Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp951 unsigned TDepth = adjCycles(TBBTrace.getPHIDepth(*PI.PHI), PI.TCycles); in shouldConvertIf() local
952 if (TDepth > MaxDepth) { in shouldConvertIf()
953 unsigned Extra = TDepth - MaxDepth; in shouldConvertIf()
956 TBlock = {Extra, TDepth}; in shouldConvertIf()