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

References

lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
  549     if (InductionDescriptor::isInductionPHI(&Phi, TheLoop, PSE, ID) &&
  550         ID.getKind() == InductionDescriptor::IK_IntInduction) {
  551       addInductionPhi(&Phi, ID, AllowedExit);