Home | History | Annotate | Download | only in CBackend

Lines Matching refs:BBLoop

2320     Loop *BBLoop = LI->getLoopFor(BB);
2321 if (BBLoop == L)
2323 else if (BB == BBLoop->getHeader() && BBLoop->getParentLoop() == L)
2324 printLoop(BBLoop);