|
LLVM
3.7.0
|
This POD struct holds information about a potential recurrence operation. More...
#include <LoopUtils.h>
Public Member Functions | |
| InstDesc (bool IsRecur, Instruction *I) | |
| InstDesc (Instruction *I, MinMaxRecurrenceKind K) | |
| bool | isRecurrence () |
| MinMaxRecurrenceKind | getMinMaxKind () |
| Instruction * | getPatternInst () |
This POD struct holds information about a potential recurrence operation.
Definition at line 95 of file LoopUtils.h.
|
inline |
Definition at line 98 of file LoopUtils.h.
|
inline |
Definition at line 101 of file LoopUtils.h.
|
inline |
Definition at line 106 of file LoopUtils.h.
Referenced by llvm::RecurrenceDescriptor::AddReductionVar(), llvm::RecurrenceDescriptor::isMinMaxSelectCmpPattern(), and llvm::RecurrenceDescriptor::isRecurrenceInstr().
|
inline |
Definition at line 108 of file LoopUtils.h.
|
inline |
Definition at line 104 of file LoopUtils.h.
Referenced by llvm::RecurrenceDescriptor::AddReductionVar().
1.8.6