Lines Matching refs:StraightLineStrengthReduce
125 class StraightLineStrengthReduce { class
127 StraightLineStrengthReduce(const DataLayout *DL, DominatorTree *DT, in StraightLineStrengthReduce() function in __anon79ba6f780111::StraightLineStrengthReduce
272 bool StraightLineStrengthReduce::isBasisFor(const Candidate &Basis, in isBasisFor()
301 bool StraightLineStrengthReduce::isFoldable(const Candidate &C, in isFoldable()
322 bool StraightLineStrengthReduce::isSimplestForm(const Candidate &C) { in isSimplestForm()
346 void StraightLineStrengthReduce::allocateCandidatesAndFindBasis( in allocateCandidatesAndFindBasis()
382 void StraightLineStrengthReduce::allocateCandidatesAndFindBasis( in allocateCandidatesAndFindBasis()
397 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForAdd( in allocateCandidatesAndFindBasisForAdd()
410 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForAdd( in allocateCandidatesAndFindBasisForAdd()
442 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForMul( in allocateCandidatesAndFindBasisForMul()
464 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForMul( in allocateCandidatesAndFindBasisForMul()
480 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForGEP( in allocateCandidatesAndFindBasisForGEP()
493 void StraightLineStrengthReduce::factorArrayIndex(Value *ArrayIdx, in factorArrayIndex()
528 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForGEP( in allocateCandidatesAndFindBasisForGEP()
581 Value *StraightLineStrengthReduce::emitBump(const Candidate &Basis, in emitBump()
632 void StraightLineStrengthReduce::rewriteCandidateWithBasis( in rewriteCandidateWithBasis()
716 return StraightLineStrengthReduce(DL, DT, SE, TTI).runOnFunction(F); in runOnFunction()
719 bool StraightLineStrengthReduce::runOnFunction(Function &F) { in runOnFunction()
759 if (!StraightLineStrengthReduce(DL, DT, SE, TTI).runOnFunction(F)) in run()