Lines Matching refs:CriticalPath
803 TBI.CriticalPath = 0; in computeInstrDepths()
820 TBI.CriticalPath = computeCrossBlockCriticalPath(TBI); in computeInstrDepths()
855 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Height); in computeInstrDepths()
856 DEBUG(dbgs() << TBI.CriticalPath << '\t' << Cycle << '\t' << UseMI); in computeInstrDepths()
1022 TBI.CriticalPath = 0; in computeInstrHeights()
1100 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Depth); in computeInstrHeights()
1101 DEBUG(dbgs() << TBI.CriticalPath << '\t' << Cycle << '\t' << *MI); in computeInstrHeights()
1125 TBI.CriticalPath = std::max(TBI.CriticalPath, in computeInstrHeights()
1127 DEBUG(dbgs() << "Critical path: " << TBI.CriticalPath << '\n'); in computeInstrHeights()
1296 OS << ", crit=" << CriticalPath; in print()
1307 OS << ' ' << TBI.CriticalPath << " cycles."; in print()