Searched refs:FDepth (Results 1 – 1 of 1) sorted by relevance
998 unsigned FDepth = adjCycles(FBBTrace.getPHIDepth(*PI.PHI), PI.FCycles); in shouldConvertIf() local999 if (FDepth > MaxDepth) { in shouldConvertIf()1000 unsigned Extra = FDepth - MaxDepth; in shouldConvertIf()1003 FBlock = {Extra, FDepth}; in shouldConvertIf()