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

References

include/llvm/Analysis/IVDescriptors.h
  139   static InstDesc isRecurrenceInstr(Instruction *I, RecurrenceKind Kind,
  140                                     InstDesc &Prev, bool HasFunNoNaNAttr);
  153   static InstDesc isMinMaxSelectCmpPattern(Instruction *I, InstDesc &Prev);
  153   static InstDesc isMinMaxSelectCmpPattern(Instruction *I, InstDesc &Prev);
  157   static InstDesc isConditionalRdxPattern(RecurrenceKind Kind, Instruction *I);
lib/Analysis/IVDescriptors.cpp
  225   InstDesc ReduxDesc(false, nullptr);
  370       InstDesc IgnoredVal(false, nullptr);
  460 RecurrenceDescriptor::InstDesc
  461 RecurrenceDescriptor::isMinMaxSelectCmpPattern(Instruction *I, InstDesc &Prev) {
  518 RecurrenceDescriptor::InstDesc
  556 RecurrenceDescriptor::InstDesc
  558                                         InstDesc &Prev, bool HasFunNoNaNAttr) {