LLVM: lib/Analysis/ScalarEvolutionNormalization.cpp File Reference (original) (raw)

#include "[llvm/Analysis/ScalarEvolutionNormalization.h](ScalarEvolutionNormalization%5F8h%5Fsource.html)"
#include "[llvm/Analysis/LoopInfo.h](LoopInfo%5F8h%5Fsource.html)"
#include "[llvm/Analysis/ScalarEvolution.h](ScalarEvolution%5F8h%5Fsource.html)"
#include "[llvm/Analysis/ScalarEvolutionExpressions.h](ScalarEvolutionExpressions%5F8h%5Fsource.html)"

Go to the source code of this file.

Enumerations
enum TransformKind { Normalize, Denormalize }
TransformKind - Different types of transformations that TransformForPostIncUse can do. More...

Enumeration Type Documentation

TransformKind

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.