Home
last modified time | relevance | path

Searched refs:CriticalPath (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp812 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Height); in updateDepth()
813 LLVM_DEBUG(dbgs() << TBI.CriticalPath << '\t' << Cycle << '\t' << UseMI); in updateDepth()
863 TBI.CriticalPath = 0; in computeInstrDepths()
880 TBI.CriticalPath = computeCrossBlockCriticalPath(TBI); in computeInstrDepths()
1048 TBI.CriticalPath = 0; in computeInstrHeights()
1126 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Depth); in computeInstrHeights()
1127 LLVM_DEBUG(dbgs() << TBI.CriticalPath << '\t' << Cycle << '\t' << MI); in computeInstrHeights()
1151 TBI.CriticalPath = std::max(TBI.CriticalPath, in computeInstrHeights()
1153 LLVM_DEBUG(dbgs() << "Critical path: " << TBI.CriticalPath << '\n'); in computeInstrHeights()
1321 OS << ", crit=" << CriticalPath; in print()
[all …]
H A DMachineScheduler.cpp2701 if (CurrZone.getCurrCycle() > Rem.CriticalPath) in shouldReduceLatency()
2711 return RemLatency + CurrZone.getCurrCycle() > Rem.CriticalPath; in shouldReduceLatency()
2748 << Rem.CriticalPath << "\n"); in setPolicy()
3058 Rem.CriticalPath = DAG->ExitSU.getDepth(); in registerRoots()
3062 if (SU->getDepth() > Rem.CriticalPath) in registerRoots()
3063 Rem.CriticalPath = SU->getDepth(); in registerRoots()
3067 errs() << "Critical Path(GS-RR ): " << Rem.CriticalPath << " \n"; in registerRoots()
3562 Rem.CriticalPath = DAG->ExitSU.getDepth(); in registerRoots()
3566 if (SU->getDepth() > Rem.CriticalPath) in registerRoots()
3567 Rem.CriticalPath = SU->getDepth(); in registerRoots()
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h227 unsigned CriticalPath; member
292 unsigned getCriticalPath() const { return TBI.CriticalPath; } in getCriticalPath()
H A DMachineScheduler.h584 unsigned CriticalPath; member
598 CriticalPath = 0; in reset()