Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp921 struct CriticalPathInfo { in shouldConvertIf() struct
925 CriticalPathInfo Cond{}; in shouldConvertIf()
926 CriticalPathInfo TBlock{}; in shouldConvertIf()
927 CriticalPathInfo FBlock{}; in shouldConvertIf()
978 const CriticalPathInfo Short = TBlock.Extra > FBlock.Extra ? FBlock : TBlock; in shouldConvertIf()
979 const CriticalPathInfo Long = TBlock.Extra > FBlock.Extra ? TBlock : FBlock; in shouldConvertIf()