Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp923 struct CriticalPathInfo { in shouldConvertIf() struct
927 CriticalPathInfo Cond{}; in shouldConvertIf()
928 CriticalPathInfo TBlock{}; in shouldConvertIf()
929 CriticalPathInfo FBlock{}; in shouldConvertIf()
980 const CriticalPathInfo Short = TBlock.Extra > FBlock.Extra ? FBlock : TBlock; in shouldConvertIf()
981 const CriticalPathInfo Long = TBlock.Extra > FBlock.Extra ? TBlock : FBlock; in shouldConvertIf()