Lines Matching refs:CriticalPath
803 TBI.CriticalPath = 0;
820 TBI.CriticalPath = computeCrossBlockCriticalPath(TBI);
855 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Height);
856 DEBUG(dbgs() << TBI.CriticalPath << '\t' << Cycle << '\t' << UseMI);
1022 TBI.CriticalPath = 0;
1100 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Depth);
1101 DEBUG(dbgs() << TBI.CriticalPath << '\t' << Cycle << '\t' << *MI);
1125 TBI.CriticalPath = std::max(TBI.CriticalPath,
1127 DEBUG(dbgs() << "Critical path: " << TBI.CriticalPath << '\n');
1296 CriticalPath;
1307 OS << ' ' << TBI.CriticalPath << " cycles.";