reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
299 assert(Lp->getLoopLatch() && "Expected loop with a single latch."); 302 if (Lp == OuterLp) 304 assert(OuterLp->contains(Lp) && "OuterLp must contain Lp."); 307 PHINode *IV = Lp->getCanonicalInductionVariable(); 314 BasicBlock *Latch = Lp->getLoopLatch();