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