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