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

References

lib/Analysis/IVDescriptors.cpp
   60   case RK_IntegerMinMax:
  317     if (!IsAPhi && !IsASelect && Kind != RK_IntegerMinMax &&
  325     if (Kind == RK_IntegerMinMax &&
  393   if ((Kind == RK_IntegerMinMax || Kind == RK_FloatMinMax) &&
  590     if (Kind != RK_IntegerMinMax &&
  646   if (AddReductionVar(Phi, RK_IntegerMinMax, TheLoop, HasFunNoNaNAttr, RedDes,
  767   case RK_IntegerMinMax:
lib/Transforms/Utils/LoopUtils.cpp
  964   case RD::RK_IntegerMinMax: {
lib/Transforms/Vectorize/LoopVectorize.cpp
 3669   if (RK == RecurrenceDescriptor::RK_IntegerMinMax ||