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

References

lib/Analysis/AliasSetTracker.cpp
  218   for (iterator I = begin(), E = end(); I != E; ++I)
  255   for (iterator I = begin(), E = end(); I != E; ++I)
  267   if (begin() != end()) {
  271     if (std::next(begin()) != end())
  537     for (AliasSet::iterator ASI = AS.begin(), E = AS.end(); ASI != E; ++ASI)
  674     for (iterator I = begin(), E = end(); I != E; ++I) {
lib/Analysis/LoopAccessAnalysis.cpp
  722     for (auto A : AS) {
  857       for (auto AV : AS) {
lib/Transforms/Scalar/LICM.cpp
  448         for (const auto &ASI : AS)
lib/Transforms/Scalar/LoopVersioningLICM.cpp
  295     for (const auto &A : AS) {
tools/polly/lib/Analysis/ScopBuilder.cpp
 3384     for (auto &PR : AS)
tools/polly/lib/Analysis/ScopDetection.cpp
 1147         for (const auto &Ptr : AS) {
tools/polly/lib/Analysis/ScopDetectionDiagnostic.cpp
  609   for (const auto &I : AS)