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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1330 /// LSRInstance - This class holds state for the main loop strength reduction
1332 class LSRInstance { class in namespace:__anon20235
1453 LSRInstance(const TargetLowering *tli, Loop *l, Pass *P);
1468 void LSRInstance::OptimizeShadowIV() {
1581 bool LSRInstance::FindIVUserForCond(ICmpInst *Cond, IVStrideUse *&CondUse) {
1643 ICmpInst *LSRInstance::OptimizeMax(ICmpInst *Cond, IVStrideUse* &CondUse) {
1757 LSRInstance::OptimizeLoopTermCond() {
1898 LSRInstance::reconcileNewOffset(LSRUse &LU, int64_t NewOffset, bool HasBaseReg,
1940 LSRInstance::getUse(const SCEV *&Expr,
1979 void LSRInstance
3799 LSRInstance::LSRInstance(const TargetLowering *tli, Loop *l, Pass *P) function in class:LSRInstance
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp266 /// However, every formula inserted into the LSRInstance must be in canonical
1625 class LSRInstance { class in namespace:__anon13504
1771 LSRInstance(Loop *L, IVUsers &IU, ScalarEvolution &SE, DominatorTree &DT,
1787 void LSRInstance::OptimizeShadowIV() {
1896 bool LSRInstance::FindIVUserForCond(ICmpInst *Cond, IVStrideUse *&CondUse) {
1957 ICmpInst *LSRInstance::OptimizeMax(ICmpInst *Cond, IVStrideUse* &CondUse) {
2068 LSRInstance::OptimizeLoopTermCond() {
2206 bool LSRInstance::reconcileNewOffset(LSRUse &LU, int64_t NewOffset,
2252 std::pair<size_t, int64_t> LSRInstance::getUse(const SCEV *&Expr,
2293 void LSRInstance
4769 LSRInstance::LSRInstance(Loop *L, IVUsers &IU, ScalarEvolution &SE, function in class:LSRInstance
[all...]

Completed in 126 milliseconds