Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h293 unsigned getCriticalPath() const { return TBI.CriticalPath; } in getCriticalPath() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DEarlyIfConversion.cpp878 unsigned MinCrit = std::min(TBBTrace.getCriticalPath(), in shouldConvertIf()
879 FBBTrace.getCriticalPath()); in shouldConvertIf()
DMachineTraceMetrics.cpp1178 return getCriticalPath() - (Cyc.Depth + Cyc.Height); in getInstrSlack()