Home
last modified time | relevance | path

Searched refs:getCriticalPath (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h293 unsigned getCriticalPath() const { return TBI.CriticalPath; } in getCriticalPath() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp876 unsigned MinCrit = std::min(TBBTrace.getCriticalPath(), in shouldConvertIf()
877 FBBTrace.getCriticalPath()); in shouldConvertIf()
H A DMachineTraceMetrics.cpp1177 return getCriticalPath() - (Cyc.Depth + Cyc.Height); in getInstrSlack()