Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp962 unsigned FDepth = adjCycles(FBBTrace.getPHIDepth(*PI.PHI), PI.FCycles); in shouldConvertIf() local
963 if (FDepth > MaxDepth) { in shouldConvertIf()
964 unsigned Extra = FDepth - MaxDepth; in shouldConvertIf()
967 FBlock = {Extra, FDepth}; in shouldConvertIf()