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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp859 unsigned TDepth = adjCycles(TBBTrace.getPHIDepth(*PI.PHI), PI.TCycles); local
860 if (TDepth > MaxDepth) {
861 unsigned Extra = TDepth - MaxDepth;

Completed in 166 milliseconds