Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp742 unsigned CondDepth = adjCycles(BranchDepth, PI.CondCycles); in shouldConvertIf() local
743 if (CondDepth > MaxDepth) { in shouldConvertIf()
744 unsigned Extra = CondDepth - MaxDepth; in shouldConvertIf()