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

/external/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp724 unsigned CondDepth = adjCycles(BranchDepth, PI.CondCycles); local
725 if (CondDepth > MaxDepth) {
726 unsigned Extra = CondDepth - MaxDepth;

Completed in 200 milliseconds