|
LLVM
3.7.0
|
Go to the source code of this file.
Classes | |
| class | llvm::IVVisitor |
| Interface for visiting interesting IV users that are recognized but not simplified by this utility. More... | |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Functions | |
| bool | llvm::simplifyUsersOfIV (PHINode *CurrIV, ScalarEvolution *SE, LPPassManager *LPM, SmallVectorImpl< WeakVH > &Dead, IVVisitor *V=nullptr) |
| simplifyUsersOfIV - Simplify instructions that use this induction variable by using ScalarEvolution to analyze the IV's recurrence. More... | |
| bool | llvm::simplifyLoopIVs (Loop *L, ScalarEvolution *SE, LPPassManager *LPM, SmallVectorImpl< WeakVH > &Dead) |
| SimplifyLoopIVs - Simplify users of induction variables within this loop. More... | |
1.8.6