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

References

include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
  235   PHINode *getPrimaryInduction() { return PrimaryInduction; }
lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
  525     if (!PrimaryInduction || PhiTy == WidestIndTy)
  526       PrimaryInduction = Phi;
  802   if (!PrimaryInduction) {
  821   if (PrimaryInduction && WidestIndTy != PrimaryInduction->getType())
  821   if (PrimaryInduction && WidestIndTy != PrimaryInduction->getType())
  822     PrimaryInduction = nullptr;
 1189   if (!PrimaryInduction) {