LLVM 20.0.0git
|
#include "llvm/Analysis/ScalarEvolutionNormalization.h"
#include "llvm/Analysis/LoopInfo.h"
#include "llvm/Analysis/ScalarEvolution.h"
#include "llvm/Analysis/ScalarEvolutionExpressions.h"
Go to the source code of this file.
Enumerations | |
enum | TransformKind { Normalize , Denormalize } |
TransformKind - Different types of transformations that TransformForPostIncUse can do. More... | |
enum TransformKind |
TransformKind - Different types of transformations that TransformForPostIncUse can do.
Enumerator | |
---|---|
Normalize | Normalize - Normalize according to the given loops. |
Denormalize | Denormalize - Perform the inverse transform on the expression with the given loop set. |
Definition at line 22 of file ScalarEvolutionNormalization.cpp.