|
LLVM
3.7.0
|
#include "llvm/Analysis/ScalarEvolutionExpressions.h"#include "llvm/Analysis/ScalarEvolutionNormalization.h"#include "llvm/Analysis/TargetFolder.h"#include "llvm/IR/IRBuilder.h"#include "llvm/IR/ValueHandle.h"#include <set>Go to the source code of this file.
Classes | |
| class | llvm::SCEVExpander |
| This class uses information about analyze scalars to rewrite expressions in canonical form. More... | |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Functions | |
| bool | llvm::isSafeToExpand (const SCEV *S, ScalarEvolution &SE) |
| Return true if the given expression is safe to expand in the sense that all materialized values are safe to speculate. More... | |
1.8.6