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

Declarations

include/llvm/Analysis/IVDescriptors.h
  310   static bool isInductionPHI(PHINode *Phi, const Loop *L,

References

lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
  549     if (InductionDescriptor::isInductionPHI(&Phi, TheLoop, PSE, ID) &&
  638         if (InductionDescriptor::isInductionPHI(Phi, TheLoop, PSE, ID)) {
  653         if (InductionDescriptor::isInductionPHI(Phi, TheLoop, PSE, ID, true)) {