Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp938 unsigned CondDepth = adjCycles(BranchDepth, PI.CondCycles); in shouldConvertIf() local
939 if (CondDepth > MaxDepth) { in shouldConvertIf()
940 unsigned Extra = CondDepth - MaxDepth; in shouldConvertIf()
943 Cond = {Extra, CondDepth}; in shouldConvertIf()