Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DEarlyIfConversion.cpp757 unsigned FDepth = adjCycles(FBBTrace.getPHIDepth(*PI.PHI), PI.FCycles); in shouldConvertIf() local
758 if (FDepth > MaxDepth) { in shouldConvertIf()
759 unsigned Extra = FDepth - MaxDepth; in shouldConvertIf()
/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp756 unsigned FDepth = adjCycles(FBBTrace.getPHIDepth(*PI.PHI), PI.FCycles); in shouldConvertIf() local
757 if (FDepth > MaxDepth) { in shouldConvertIf()
758 unsigned Extra = FDepth - MaxDepth; in shouldConvertIf()