Searched refs:getCriticalPath (Results 1 – 3 of 3) sorted by relevance
294 unsigned getCriticalPath() const { return TBI.CriticalPath; } in getCriticalPath() function
704 unsigned MinCrit = std::min(TBBTrace.getCriticalPath(), in shouldConvertIf()705 FBBTrace.getCriticalPath()); in shouldConvertIf()
1178 return getCriticalPath() - (Cyc.Depth + Cyc.Height); in getInstrSlack()