Skip to content
  • Jakob Stoklund Olesen's avatar
    Add more trace query functions. · 34844209
    Jakob Stoklund Olesen authored
    Trace::getResourceLength() computes the number of cycles required to
    execute the trace when ignoring data dependencies. The number can be
    compared to the critical path to estimate the trace ILP.
    
    Trace::getPHIDepth() computes the data dependency depth of a PHI in a
    trace successor that isn't necessarily part of the trace.
    
    llvm-svn: 161711
    34844209
Loading