Lines Matching refs:StraightLineStrengthReduce

77 class StraightLineStrengthReduce : public FunctionPass {  class
125 StraightLineStrengthReduce() in StraightLineStrengthReduce() function in __anonaa4ec62a0111::StraightLineStrengthReduce
209 char StraightLineStrengthReduce::ID = 0;
210 INITIALIZE_PASS_BEGIN(StraightLineStrengthReduce, "slsr",
215 INITIALIZE_PASS_END(StraightLineStrengthReduce, "slsr", in INITIALIZE_PASS_DEPENDENCY()
219 return new StraightLineStrengthReduce(); in INITIALIZE_PASS_DEPENDENCY()
222 bool StraightLineStrengthReduce::isBasisFor(const Candidate &Basis, in isBasisFor()
277 bool StraightLineStrengthReduce::isFoldable(const Candidate &C, in isFoldable()
298 bool StraightLineStrengthReduce::isSimplestForm(const Candidate &C) { in isSimplestForm()
322 void StraightLineStrengthReduce::allocateCandidatesAndFindBasis( in allocateCandidatesAndFindBasis()
358 void StraightLineStrengthReduce::allocateCandidatesAndFindBasis( in allocateCandidatesAndFindBasis()
373 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForAdd( in allocateCandidatesAndFindBasisForAdd()
386 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForAdd( in allocateCandidatesAndFindBasisForAdd()
406 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForMul( in allocateCandidatesAndFindBasisForMul()
423 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForMul( in allocateCandidatesAndFindBasisForMul()
439 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForGEP( in allocateCandidatesAndFindBasisForGEP()
452 void StraightLineStrengthReduce::factorArrayIndex(Value *ArrayIdx, in factorArrayIndex()
487 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForGEP( in allocateCandidatesAndFindBasisForGEP()
529 Value *StraightLineStrengthReduce::emitBump(const Candidate &Basis, in emitBump()
580 void StraightLineStrengthReduce::rewriteCandidateWithBasis( in rewriteCandidateWithBasis()
647 bool StraightLineStrengthReduce::runOnFunction(Function &F) { in runOnFunction()