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

References

lib/Analysis/ScalarEvolutionExpander.cpp
 1794         if (V && isa<Instruction>(V) && (EntInst = cast<Instruction>(V)) &&
 1796             EntInst->getFunction() == InsertPt->getFunction() &&
 1797             SE.DT.dominates(EntInst, InsertPt) &&
 1798             (SE.LI.getLoopFor(EntInst->getParent()) == nullptr ||
 1799              SE.LI.getLoopFor(EntInst->getParent())->contains(InsertPt)))