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

Declarations

lib/Transforms/Vectorize/VPlan.h
  620   void moveAfter(VPRecipeBase *MovePos);

References

unittests/Transforms/Vectorize/VPlanTest.cpp
   72   I1->moveAfter(I2);
   82   I3->moveAfter(I4);