Searched refs:FDepth (Results 1 – 1 of 1) sorted by relevance
747 unsigned FDepth = adjCycles(FBBTrace.getPHIDepth(PI.PHI), PI.FCycles); in shouldConvertIf() local748 if (FDepth > MaxDepth) { in shouldConvertIf()749 unsigned Extra = FDepth - MaxDepth; in shouldConvertIf()