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