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

References

lib/Transforms/Vectorize/LoopVectorizationPlanner.h
   99     InsertPt = BB->end();
lib/Transforms/Vectorize/VPlan.cpp
  734     for (VPRecipeBase &VPI : *VPBB) {
lib/Transforms/Vectorize/VPlan.h
 1051   void appendRecipe(VPRecipeBase *Recipe) { insert(Recipe, end()); }
lib/Transforms/Vectorize/VPlanHCFGTransforms.cpp
   46     for (auto I = VPBB->begin(), E = VPBB->end(); I != E;) {
lib/Transforms/Vectorize/VPlanSLP.cpp
  124     for (auto &I : *Parent) {
unittests/Transforms/Vectorize/VPlanHCFGTest.cpp
  153   EXPECT_EQ(VecBB->end(), Iter);
usr/include/c++/7.4.0/bits/range_access.h
   68     end(_Container& __cont) -> decltype(__cont.end())
   69     { return __cont.end(); }