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

Declarations

include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
  372   void addInductionPhi(PHINode *Phi, const InductionDescriptor &ID,

References

lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
  551       addInductionPhi(&Phi, ID, AllowedExit);
  639           addInductionPhi(Phi, ID, AllowedExit);
  654           addInductionPhi(Phi, ID, AllowedExit);