Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp995 unsigned FDepth = adjCycles(FBBTrace.getPHIDepth(*PI.PHI), PI.FCycles); in shouldConvertIf() local
996 if (FDepth > MaxDepth) { in shouldConvertIf()
997 unsigned Extra = FDepth - MaxDepth; in shouldConvertIf()
1000 FBlock = {Extra, FDepth}; in shouldConvertIf()