|
LLVM
4.0.0
|
#include "llvm/Analysis/AssumptionCache.h"#include "llvm/Analysis/ScalarEvolution.h"#include "llvm/IR/Dominators.h"#include "llvm/IR/PassManager.h"Go to the source code of this file.
Classes | |
| class | llvm::LoopSimplifyPass |
| This pass is responsible for loop canonicalization. More... | |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Functions | |
| bool | llvm::simplifyLoop (Loop *L, DominatorTree *DT, LoopInfo *LI, ScalarEvolution *SE, AssumptionCache *AC, bool PreserveLCSSA) |
| Simplify each loop in a loop nest recursively. More... | |
1.8.6