HomeSort by relevance Sort by last modified time
    Searched defs:RecurrenceDescriptor (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 50 /// The RecurrenceDescriptor is used to identify recurrences variables in a
62 class RecurrenceDescriptor {
90 RecurrenceDescriptor()
95 RecurrenceDescriptor(Value *Start, Instruction *Exit, RecurrenceKind K,
169 /// RecurrenceDescriptor.
172 RecurrenceDescriptor &RedDes);
174 /// Returns true if Phi is a reduction in TheLoop. The RecurrenceDescriptor is
177 RecurrenceDescriptor &RedDes);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 52 /// The RecurrenceDescriptor is used to identify recurrences variables in a
64 class RecurrenceDescriptor {
91 RecurrenceDescriptor() = default;
93 RecurrenceDescriptor(Value *Start, Instruction *Exit, RecurrenceKind K,
166 /// RecurrenceDescriptor. If either \p DB is non-null or \p AC and \p DT are
171 RecurrenceDescriptor &RedDes,
176 /// Returns true if Phi is a reduction in TheLoop. The RecurrenceDescriptor
181 RecurrenceDescriptor &RedDes,
515 RecurrenceDescriptor::MinMaxRecurrenceKind MinMaxKind =
516 RecurrenceDescriptor::MRK_Invalid
    [all...]

Completed in 6202 milliseconds