Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp725 unsigned CondDepth = adjCycles(BranchDepth, PI.CondCycles); in shouldConvertIf() local
726 if (CondDepth > MaxDepth) { in shouldConvertIf()
727 unsigned Extra = CondDepth - MaxDepth; in shouldConvertIf()