Searched refs:TDepth (Results 1 – 1 of 1) sorted by relevance
1035 unsigned TDepth = adjCycles(TBBTrace.getPHIDepth(*PI.PHI), PI.TCycles); in shouldConvertIf() local1036 if (TDepth > MaxDepth) { in shouldConvertIf()1037 unsigned Extra = TDepth - MaxDepth; in shouldConvertIf()1040 TBlock = {Extra, TDepth}; in shouldConvertIf()