LLVM
17.0.0git
|
#include "llvm/ADT/MapVector.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/IR/ValueHandle.h"
Go to the source code of this file.
Classes | |
class | llvm::RecurrenceDescriptor |
The RecurrenceDescriptor is used to identify recurrences variables in a loop. More... | |
class | llvm::RecurrenceDescriptor::InstDesc |
This POD struct holds information about a potential recurrence operation. More... | |
class | llvm::InductionDescriptor |
A struct for saving information about induction variables. More... | |
Namespaces | |
llvm | |
This is an optimization pass for GlobalISel generic memory operations. | |
Enumerations | |
enum | llvm::RecurKind { llvm::RecurKind::None, llvm::RecurKind::Add, llvm::RecurKind::Mul, llvm::RecurKind::Or, llvm::RecurKind::And, llvm::RecurKind::Xor, llvm::RecurKind::SMin, llvm::RecurKind::SMax, llvm::RecurKind::UMin, llvm::RecurKind::UMax, llvm::RecurKind::FAdd, llvm::RecurKind::FMul, llvm::RecurKind::FMin, llvm::RecurKind::FMax, llvm::RecurKind::FMulAdd, llvm::RecurKind::SelectICmp, llvm::RecurKind::SelectFCmp } |
These are the kinds of recurrences that we support. More... | |