Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp955 struct CriticalPathInfo { in shouldConvertIf() struct
959 CriticalPathInfo Cond{}; in shouldConvertIf()
960 CriticalPathInfo TBlock{}; in shouldConvertIf()
961 CriticalPathInfo FBlock{}; in shouldConvertIf()
1011 const CriticalPathInfo Short = TBlock.Extra > FBlock.Extra ? FBlock : TBlock; in shouldConvertIf()
1012 const CriticalPathInfo Long = TBlock.Extra > FBlock.Extra ? TBlock : FBlock; in shouldConvertIf()