Lines Matching defs:BBLoop
849 if (Loop *BBLoop = LI->getLoopFor(BB)) {
852 // critical edge is when there exists some edge from BBLoop to Succ *and*
853 // the only edge into Succ from outside of BBLoop is that of NewBB after
858 // the predecessor must be directly in BBLoop, not in a subloop, or again
863 if (LI->getLoopFor(P) != BBLoop) {
932 if (Loop *BBLoop = LI->getLoopFor(BB)) {
936 if (BBLoop == SuccLoop) {
939 } else if (BBLoop->contains(SuccLoop)) {
941 BBLoop->addBasicBlockToLoop(NewBB, *LI);
942 } else if (SuccLoop->contains(BBLoop)) {
959 if (!BBLoop->contains(Succ)) {
960 assert(!BBLoop->contains(NewBB) &&