Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h292 unsigned getCriticalPath() const { return TBI.CriticalPath; } in getCriticalPath() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp882 unsigned MinCrit = std::min(TBBTrace.getCriticalPath(), in shouldConvertIf()
883 FBBTrace.getCriticalPath()); in shouldConvertIf()
H A DMachineTraceMetrics.cpp1176 return getCriticalPath() - (Cyc.Depth + Cyc.Height); in getInstrSlack()