Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h304 unsigned getCriticalPath() const { return TBI.CriticalPath; } in getCriticalPath() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp910 unsigned MinCrit = std::min(TBBTrace.getCriticalPath(), in shouldConvertIf()
911 FBBTrace.getCriticalPath()); in shouldConvertIf()
H A DMachineTraceMetrics.cpp1182 return getCriticalPath() - (Cyc.Depth + Cyc.Height); in getInstrSlack()