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