Searched defs:RecurrenceDescriptor (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h50 /// The RecurrenceDescriptor is used to identify recurrences variables in a
62 class RecurrenceDescriptor { class in namespace:llvm
90 RecurrenceDescriptor() function in class:llvm::RecurrenceDescriptor
95 RecurrenceDescriptor(Value *Start, Instruction *Exit, RecurrenceKind K, function in class:llvm::RecurrenceDescriptor
169 /// RecurrenceDescriptor.
172 RecurrenceDescriptor &RedDes);
174 /// Returns true if Phi is a reduction in TheLoop. The RecurrenceDescriptor is
177 RecurrenceDescriptor &RedDes);

Completed in 88 milliseconds