Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp964 unsigned FDepth = adjCycles(FBBTrace.getPHIDepth(*PI.PHI), PI.FCycles); in shouldConvertIf() local
965 if (FDepth > MaxDepth) { in shouldConvertIf()
966 unsigned Extra = FDepth - MaxDepth; in shouldConvertIf()
969 FBlock = {Extra, FDepth}; in shouldConvertIf()