Searched refs:LSRInstance (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1497 /// LSRInstance - This class holds state for the main loop strength reduction
1499 class LSRInstance { class in namespace:__anon10399
1640 LSRInstance(const TargetLowering *tli, Loop *l, Pass *P);
1655 void LSRInstance::OptimizeShadowIV() {
1768 bool LSRInstance::FindIVUserForCond(ICmpInst *Cond, IVStrideUse *&CondUse) {
1830 ICmpInst *LSRInstance::OptimizeMax(ICmpInst *Cond, IVStrideUse* &CondUse) {
1944 LSRInstance::OptimizeLoopTermCond() {
2085 LSRInstance::reconcileNewOffset(LSRUse &LU, int64_t NewOffset, bool HasBaseReg,
2127 LSRInstance::getUse(const SCEV *&Expr,
2166 void LSRInstance
4591 LSRInstance::LSRInstance(const TargetLowering *tli, Loop *l, Pass *P) function in class:LSRInstance
[all...]

Completed in 139 milliseconds