Lines Matching refs:CriticalPath
826 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Height); in updateDepth()
827 LLVM_DEBUG(dbgs() << TBI.CriticalPath << '\t' << Cycle << '\t' << UseMI); in updateDepth()
877 TBI.CriticalPath = 0; in computeInstrDepths()
894 TBI.CriticalPath = computeCrossBlockCriticalPath(TBI); in computeInstrDepths()
1058 TBI.CriticalPath = 0; in computeInstrHeights()
1133 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Depth); in computeInstrHeights()
1134 LLVM_DEBUG(dbgs() << TBI.CriticalPath << '\t' << Cycle << '\t' << MI); in computeInstrHeights()
1157 TBI.CriticalPath = std::max(TBI.CriticalPath, in computeInstrHeights()
1159 LLVM_DEBUG(dbgs() << "Critical path: " << TBI.CriticalPath << '\n'); in computeInstrHeights()
1327 OS << ", crit=" << CriticalPath; in print()
1338 OS << ' ' << TBI.CriticalPath << " cycles."; in print()