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

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp248 /// However, every formula inserted into the LSRInstance must be in canonical
1654 /// LSRInstance - This class holds state for the main loop strength reduction
1656 class LSRInstance { class in namespace:__anon26302
1806 LSRInstance(Loop *L, Pass *P);
1821 void LSRInstance::OptimizeShadowIV() {
1931 bool LSRInstance::FindIVUserForCond(ICmpInst *Cond, IVStrideUse *&CondUse) {
1993 ICmpInst *LSRInstance::OptimizeMax(ICmpInst *Cond, IVStrideUse* &CondUse) {
2105 LSRInstance::OptimizeLoopTermCond() {
2245 LSRInstance::reconcileNewOffset(LSRUse &LU, int64_t NewOffset, bool HasBaseReg,
2289 LSRInstance
4865 LSRInstance::LSRInstance(Loop *L, Pass *P) function in class:LSRInstance
[all...]

Completed in 910 milliseconds