reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
95 assert(L && "Instruction belongs to a BB that's not part of a loop"); 96 if (!LoopExitBlocks.count(L)) 97 L->getExitBlocks(LoopExitBlocks[L]); 97 L->getExitBlocks(LoopExitBlocks[L]); 98 assert(LoopExitBlocks.count(L)); 99 const SmallVectorImpl<BasicBlock *> &ExitBlocks = LoopExitBlocks[L]; 110 if (InstBB != UserBB && !L->contains(UserBB)) 158 if (!L->contains(Pred)) 178 if (!L->contains(OtherLoop)) 224 if (InstBB == UserBB || L->contains(UserBB)) 239 if (!L->contains(OtherLoop))