Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp969 unsigned CondDepth = adjCycles(BranchDepth, PI.CondCycles); in shouldConvertIf() local
970 if (CondDepth > MaxDepth) { in shouldConvertIf()
971 unsigned Extra = CondDepth - MaxDepth; in shouldConvertIf()
974 Cond = {Extra, CondDepth}; in shouldConvertIf()