LLVM API Documentation
#include "llvm/ADT/SmallPtrSet.h"

Go to the source code of this file.
Namespaces | |
| namespace | llvm |
List of target independent CodeGen pass IDs. | |
Typedefs | |
| typedef SmallPtrSet< const Loop *, 2 > | llvm::PostIncLoopSet |
| PostIncLoopSet - A set of loops. | |
Enumerations | |
| enum | llvm::TransformKind { llvm::Normalize, llvm::NormalizeAutodetect, llvm::Denormalize } |
Functions | |
| const SCEV * | llvm::TransformForPostIncUse (TransformKind Kind, const SCEV *S, Instruction *User, Value *OperandValToReplace, PostIncLoopSet &Loops, ScalarEvolution &SE, DominatorTree &DT) |