Searched refs:CriticalPath (Results 1 – 4 of 4) sorted by relevance
813 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Height); in updateDepth()814 LLVM_DEBUG(dbgs() << TBI.CriticalPath << '\t' << Cycle << '\t' << UseMI); in updateDepth()864 TBI.CriticalPath = 0; in computeInstrDepths()881 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()[all …]
2672 if (CurrZone.getCurrCycle() > Rem.CriticalPath) in shouldReduceLatency()2682 return RemLatency + CurrZone.getCurrCycle() > Rem.CriticalPath; in shouldReduceLatency()2719 << Rem.CriticalPath << "\n"); in setPolicy()2999 if (Rem.CyclicCritPath == 0 || Rem.CyclicCritPath >= Rem.CriticalPath) in checkAcyclicLatency()3007 unsigned AcyclicCount = Rem.CriticalPath * SchedModel->getLatencyFactor(); in checkAcyclicLatency()3027 Rem.CriticalPath = DAG->ExitSU.getDepth(); in registerRoots()3031 if (SU->getDepth() > Rem.CriticalPath) in registerRoots()3032 Rem.CriticalPath = SU->getDepth(); in registerRoots()3034 LLVM_DEBUG(dbgs() << "Critical Path(GS-RR ): " << Rem.CriticalPath << '\n'); in registerRoots()3036 errs() << "Critical Path(GS-RR ): " << Rem.CriticalPath << " \n"; in registerRoots()[all …]
228 unsigned CriticalPath; member293 unsigned getCriticalPath() const { return TBI.CriticalPath; } in getCriticalPath()
581 unsigned CriticalPath; member595 CriticalPath = 0; in reset()