Searched refs:CriticalPath (Results 1 – 3 of 3) sorted by relevance
812 TBI.CriticalPath = 0; in computeInstrDepths()829 TBI.CriticalPath = computeCrossBlockCriticalPath(TBI); in computeInstrDepths()868 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Height); in computeInstrDepths()869 DEBUG(dbgs() << TBI.CriticalPath << '\t' << Cycle << '\t' << *UseMI); in computeInstrDepths()1033 TBI.CriticalPath = 0; in computeInstrHeights()1111 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Depth); in computeInstrHeights()1112 DEBUG(dbgs() << TBI.CriticalPath << '\t' << Cycle << '\t' << *MI); in computeInstrHeights()1137 TBI.CriticalPath = std::max(TBI.CriticalPath, in computeInstrHeights()1139 DEBUG(dbgs() << "Critical path: " << TBI.CriticalPath << '\n'); in computeInstrHeights()1273 OS << ", crit=" << CriticalPath; in print()[all …]
1413 unsigned CriticalPath; member1425 CriticalPath = 0; in reset()1828 if (Rem.CyclicCritPath == 0 || Rem.CyclicCritPath >= Rem.CriticalPath) in checkAcyclicLatency()1836 unsigned AcyclicCount = Rem.CriticalPath * SchedModel->getLatencyFactor(); in checkAcyclicLatency()1856 Rem.CriticalPath = DAG->ExitSU.getDepth(); in registerRoots()1861 if ((*I)->getDepth() > Rem.CriticalPath) in registerRoots()1862 Rem.CriticalPath = (*I)->getDepth(); in registerRoots()1864 DEBUG(dbgs() << "Critical Path: " << Rem.CriticalPath << '\n'); in registerRoots()1981 if (!OtherResLimited && (RemLatency + CurrCycle > Rem->CriticalPath)) { in setPolicy()1985 << Rem->CriticalPath << "\n"); in setPolicy()
209 unsigned CriticalPath; member272 unsigned getCriticalPath() const { return TBI.CriticalPath; } in getCriticalPath()