reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/ScalarEvolution.cpp
 8155         if (LI && LI->getParentLoop() == L &&
 8155         if (LI && LI->getParentLoop() == L &&
 8156             PN->getParent() == LI->getHeader()) {
 8161           const SCEV *BackedgeTakenCount = getBackedgeTakenCount(LI);
 8168               if (!LI->contains(PN->getIncomingBlock(i))) {
 8185             unsigned InLoopPred = LI->contains(PN->getIncomingBlock(0)) ? 0 : 1;
 8187             if (IsAvailableOnEntry(LI, DT, OnBackedge, PN->getParent()))
 8195                 getConstantEvolutionLoopExitValue(PN, BTCC->getAPInt(), LI);