Lines Matching refs:StraightLineStrengthReduce

98 class StraightLineStrengthReduce : public FunctionPass {  class
149 StraightLineStrengthReduce() : FunctionPass(ID) { in StraightLineStrengthReduce() function in __anon627523ed0111::StraightLineStrengthReduce
246 char StraightLineStrengthReduce::ID = 0;
248 INITIALIZE_PASS_BEGIN(StraightLineStrengthReduce, "slsr",
253 INITIALIZE_PASS_END(StraightLineStrengthReduce, "slsr", in INITIALIZE_PASS_DEPENDENCY()
257 return new StraightLineStrengthReduce(); in INITIALIZE_PASS_DEPENDENCY()
260 bool StraightLineStrengthReduce::isBasisFor(const Candidate &Basis, in isBasisFor()
291 bool StraightLineStrengthReduce::isFoldable(const Candidate &C, in isFoldable()
312 bool StraightLineStrengthReduce::isSimplestForm(const Candidate &C) { in isSimplestForm()
336 void StraightLineStrengthReduce::allocateCandidatesAndFindBasis( in allocateCandidatesAndFindBasis()
372 void StraightLineStrengthReduce::allocateCandidatesAndFindBasis( in allocateCandidatesAndFindBasis()
387 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForAdd( in allocateCandidatesAndFindBasisForAdd()
400 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForAdd( in allocateCandidatesAndFindBasisForAdd()
432 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForMul( in allocateCandidatesAndFindBasisForMul()
454 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForMul( in allocateCandidatesAndFindBasisForMul()
470 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForGEP( in allocateCandidatesAndFindBasisForGEP()
483 void StraightLineStrengthReduce::factorArrayIndex(Value *ArrayIdx, in factorArrayIndex()
518 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForGEP( in allocateCandidatesAndFindBasisForGEP()
571 Value *StraightLineStrengthReduce::emitBump(const Candidate &Basis, in emitBump()
622 void StraightLineStrengthReduce::rewriteCandidateWithBasis( in rewriteCandidateWithBasis()
703 bool StraightLineStrengthReduce::runOnFunction(Function &F) { in runOnFunction()