Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp735 unsigned TDepth = adjCycles(TBBTrace.getPHIDepth(PI.PHI), PI.TCycles); in shouldConvertIf() local
736 if (TDepth > MaxDepth) { in shouldConvertIf()
737 unsigned Extra = TDepth - MaxDepth; in shouldConvertIf()