Lines Matching refs:StraightLineStrengthReduce
79 class StraightLineStrengthReduce : public FunctionPass { class
127 StraightLineStrengthReduce() in StraightLineStrengthReduce() function in __anonaa4ec62a0111::StraightLineStrengthReduce
211 char StraightLineStrengthReduce::ID = 0;
212 INITIALIZE_PASS_BEGIN(StraightLineStrengthReduce, "slsr",
217 INITIALIZE_PASS_END(StraightLineStrengthReduce, "slsr", in INITIALIZE_PASS_DEPENDENCY()
221 return new StraightLineStrengthReduce(); in INITIALIZE_PASS_DEPENDENCY()
224 bool StraightLineStrengthReduce::isBasisFor(const Candidate &Basis, in isBasisFor()
284 bool StraightLineStrengthReduce::isFoldable(const Candidate &C, in isFoldable()
305 bool StraightLineStrengthReduce::isSimplestForm(const Candidate &C) { in isSimplestForm()
329 void StraightLineStrengthReduce::allocateCandidatesAndFindBasis( in allocateCandidatesAndFindBasis()
365 void StraightLineStrengthReduce::allocateCandidatesAndFindBasis( in allocateCandidatesAndFindBasis()
380 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForAdd( in allocateCandidatesAndFindBasisForAdd()
393 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForAdd( in allocateCandidatesAndFindBasisForAdd()
425 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForMul( in allocateCandidatesAndFindBasisForMul()
447 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForMul( in allocateCandidatesAndFindBasisForMul()
463 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForGEP( in allocateCandidatesAndFindBasisForGEP()
476 void StraightLineStrengthReduce::factorArrayIndex(Value *ArrayIdx, in factorArrayIndex()
511 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForGEP( in allocateCandidatesAndFindBasisForGEP()
556 Value *StraightLineStrengthReduce::emitBump(const Candidate &Basis, in emitBump()
607 void StraightLineStrengthReduce::rewriteCandidateWithBasis( in rewriteCandidateWithBasis()
687 bool StraightLineStrengthReduce::runOnFunction(Function &F) { in runOnFunction()