LLVM  8.0.1
Classes | Namespaces | Functions
SimplifyIndVar.h File Reference
#include "llvm/IR/ValueHandle.h"
Include dependency graph for SimplifyIndVar.h:
This graph shows which files directly or indirectly include this file:

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
 This class represents lattice values for constants.
 

Functions

bool llvm::simplifyUsersOfIV (PHINode *CurrIV, ScalarEvolution *SE, DominatorTree *DT, LoopInfo *LI, SmallVectorImpl< WeakTrackingVH > &Dead, SCEVExpander &Rewriter, 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, DominatorTree *DT, LoopInfo *LI, SmallVectorImpl< WeakTrackingVH > &Dead)
 SimplifyLoopIVs - Simplify users of induction variables within this loop. More...