Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DEarlyIfConversion.cpp746 unsigned TDepth = adjCycles(TBBTrace.getPHIDepth(*PI.PHI), PI.TCycles); in shouldConvertIf() local
747 if (TDepth > MaxDepth) { in shouldConvertIf()
748 unsigned Extra = TDepth - MaxDepth; in shouldConvertIf()
/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp745 unsigned TDepth = adjCycles(TBBTrace.getPHIDepth(*PI.PHI), PI.TCycles); in shouldConvertIf() local
746 if (TDepth > MaxDepth) { in shouldConvertIf()
747 unsigned Extra = TDepth - MaxDepth; in shouldConvertIf()