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

References

lib/Analysis/ScalarEvolution.cpp
11582       const SCEV *AtUse = SE.getSCEVAtScope(SV, L);
11594       if (L) {
11596         const SCEV *ExitValue = SE.getSCEVAtScope(SV, L->getParentLoop());
11597         if (!SE.isLoopInvariant(ExitValue, L)) {
11604         for (auto *Iter = L; Iter; Iter = Iter->getParentLoop()) {
11616         for (auto *InnerL : depth_first(L)) {
11617           if (InnerL == L)