Lines Matching defs:BBL
93 Loop *BBL = LI.getLoopFor(BB);94 while (BBL && !BBL->contains(L.getHeader()))95 BBL = BBL->getParentLoop();96 if (BBL == &L)97 BBL = BBL->getParentLoop();98 if (!BBL)100 if (!Innermost || BBL->getLoopDepth() > Innermost->getLoopDepth())101 Innermost = BBL;