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

/external/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp747 unsigned FDepth = adjCycles(FBBTrace.getPHIDepth(PI.PHI), PI.FCycles); local
748 if (FDepth > MaxDepth) {
749 unsigned Extra = FDepth - MaxDepth;

Completed in 69 milliseconds