Home | History | Annotate | Download | only in CBackend

Lines Matching refs:BBLoop

2312     Loop *BBLoop = LI->getLoopFor(BB);
2313 if (BBLoop == L)
2315 else if (BB == BBLoop->getHeader() && BBLoop->getParentLoop() == L)
2316 printLoop(BBLoop);