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

/freebsd-9.3-release/contrib/llvm/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 43 milliseconds