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

References

lib/Analysis/ScalarEvolution.cpp
11945     LoopStack.insert(LoopStack.end(), L->begin(), L->end());
11945     LoopStack.insert(LoopStack.end(), L->begin(), L->end());
11948         const_cast<ScalarEvolution *>(this)->getBackedgeTakenCount(L));
11949     auto *NewBECount = SE2.getBackedgeTakenCount(L);
11982       dbgs() << "Trip Count for " << *L << " Changed!\n";