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