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