reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
114 : L(std::move(X.L)), AC(std::move(X.AC)), DT(std::move(X.DT)), 124 Loop *getLoop() const { return L; }lib/Analysis/IVUsers.cpp
202 if (!isInteresting(ISE, I, L, SE, LI)) 234 if (LI->getLoopFor(User->getParent()) != L) { 320 L->getHeader()->printAsOperand(OS, false); 321 if (SE->hasLoopInvariantBackedgeTakenCount(L)) { 322 OS << " with backedge-taken count " << *SE->getBackedgeTakenCount(L);