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