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

References

include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
  241   InductionList *getInductionVars() { return &Inductions; }
  429   InductionList Inductions;
lib/Transforms/Vectorize/LoopVectorize.cpp
 3001   LoopVectorizationLegality::InductionList *List = Legal->getInductionVars();
lib/Transforms/Vectorize/VPlanHCFGTransforms.cpp
   21     LoopVectorizationLegality::InductionList *Inductions,
lib/Transforms/Vectorize/VPlanHCFGTransforms.h
   29       LoopVectorizationLegality::InductionList *Inductions,
unittests/Transforms/Vectorize/VPlanHCFGTest.cpp
   90   LoopVectorizationLegality::InductionList Inductions;
  120   LoopVectorizationLegality::InductionList Inductions;