Lines Matching refs:CriticalPath
814 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Height); in updateDepth()
815 LLVM_DEBUG(dbgs() << TBI.CriticalPath << '\t' << Cycle << '\t' << UseMI); in updateDepth()
865 TBI.CriticalPath = 0; in computeInstrDepths()
882 TBI.CriticalPath = computeCrossBlockCriticalPath(TBI); in computeInstrDepths()
1050 TBI.CriticalPath = 0; in computeInstrHeights()
1128 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Depth); in computeInstrHeights()
1129 LLVM_DEBUG(dbgs() << TBI.CriticalPath << '\t' << Cycle << '\t' << MI); in computeInstrHeights()
1153 TBI.CriticalPath = std::max(TBI.CriticalPath, in computeInstrHeights()
1155 LLVM_DEBUG(dbgs() << "Critical path: " << TBI.CriticalPath << '\n'); in computeInstrHeights()
1323 OS << ", crit=" << CriticalPath; in print()
1334 OS << ' ' << TBI.CriticalPath << " cycles."; in print()