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

References

lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
 1440     if (!isSafeToExpandAt(ExitPreLoopAtSCEV, InsertPt, SE)) {
 1443                         << " at block " << InsertPt->getParent()->getName()
 1448     ExitPreLoopAt = Expander.expandCodeFor(ExitPreLoopAtSCEV, IVTy, InsertPt);
 1467     if (!isSafeToExpandAt(ExitMainLoopAtSCEV, InsertPt, SE)) {
 1470                         << " at block " << InsertPt->getParent()->getName()
 1475     ExitMainLoopAt = Expander.expandCodeFor(ExitMainLoopAtSCEV, IVTy, InsertPt);