Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp949 unsigned TDepth = adjCycles(TBBTrace.getPHIDepth(*PI.PHI), PI.TCycles); in shouldConvertIf() local
950 if (TDepth > MaxDepth) { in shouldConvertIf()
951 unsigned Extra = TDepth - MaxDepth; in shouldConvertIf()
954 TBlock = {Extra, TDepth}; in shouldConvertIf()