Searched refs:CondDepth (Results 1 – 1 of 1) sorted by relevance
972 unsigned CondDepth = adjCycles(BranchDepth, PI.CondCycles); in shouldConvertIf() local973 if (CondDepth > MaxDepth) { in shouldConvertIf()974 unsigned Extra = CondDepth - MaxDepth; in shouldConvertIf()977 Cond = {Extra, CondDepth}; in shouldConvertIf()