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

References

lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
  638         if (InductionDescriptor::isInductionPHI(Phi, TheLoop, PSE, ID)) {
  639           addInductionPhi(Phi, ID, AllowedExit);
  640           if (ID.hasUnsafeAlgebra() && !HasFunNoNaNAttr)
  641             Requirements->addUnsafeAlgebraInst(ID.getUnsafeAlgebraInst());
  653         if (InductionDescriptor::isInductionPHI(Phi, TheLoop, PSE, ID, true)) {
  654           addInductionPhi(Phi, ID, AllowedExit);