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

/external/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp701 unsigned SuccLoopDepth = 0; local
703 SuccLoopDepth = ExitLoop->getLoopDepth();
711 << getBlockName(Succ) << " [L:" << SuccLoopDepth << "] (";
718 if (!ExitingBB || SuccLoopDepth > BestExitLoopDepth ||

Completed in 25 milliseconds