reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
751 assert(L->isLCSSAForm(*DT)); 754 L->getUniqueExitBlocks(ExitBlocks); 770 if (!L->getLoopLatch() || 771 !DT->dominates(IncomingBB, L->getLoopLatch())) 787 if (!L->isLoopInvariant(Cond)) 793 if (!ExitVal || ExitVal->getParent() != L->getHeader()) 799 auto *LoopPreheader = L->getLoopPreheader(); 803 assert(ExitVal->getParent() == L->getHeader() &&