HomeSort by: relevance | last modified time | path
    Searched defs:RecurrenceDescriptor (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
IVDescriptors.h 54 /// The RecurrenceDescriptor is used to identify recurrences variables in a
66 class RecurrenceDescriptor {
68 RecurrenceDescriptor() = default;
70 RecurrenceDescriptor(Value *Start, Instruction *Exit, RecurKind K,
148 /// RecurrenceDescriptor. If either \p DB is non-null or \p AC and \p DT are
153 RecurrenceDescriptor &RedDes,
158 /// Returns true if Phi is a reduction in TheLoop. The RecurrenceDescriptor
163 RecurrenceDescriptor &RedDes,

Completed in 16 milliseconds