Searched refs:TDepth (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DEarlyIfConversion.cpp735 unsigned TDepth = adjCycles(TBBTrace.getPHIDepth(PI.PHI), PI.TCycles); local
736 if (TDepth > MaxDepth) {
737 unsigned Extra = TDepth - MaxDepth;

Completed in 177 milliseconds