Lines Matching refs:StraightLineStrengthReduce
126 class StraightLineStrengthReduce { class
128 StraightLineStrengthReduce(const DataLayout *DL, DominatorTree *DT, in StraightLineStrengthReduce() function in __anon1b45effc0111::StraightLineStrengthReduce
273 bool StraightLineStrengthReduce::isBasisFor(const Candidate &Basis, in isBasisFor()
302 bool StraightLineStrengthReduce::isFoldable(const Candidate &C, in isFoldable()
323 bool StraightLineStrengthReduce::isSimplestForm(const Candidate &C) { in isSimplestForm()
347 void StraightLineStrengthReduce::allocateCandidatesAndFindBasis( in allocateCandidatesAndFindBasis()
383 void StraightLineStrengthReduce::allocateCandidatesAndFindBasis( in allocateCandidatesAndFindBasis()
398 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForAdd( in allocateCandidatesAndFindBasisForAdd()
411 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForAdd( in allocateCandidatesAndFindBasisForAdd()
443 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForMul( in allocateCandidatesAndFindBasisForMul()
465 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForMul( in allocateCandidatesAndFindBasisForMul()
481 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForGEP( in allocateCandidatesAndFindBasisForGEP()
494 void StraightLineStrengthReduce::factorArrayIndex(Value *ArrayIdx, in factorArrayIndex()
529 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForGEP( in allocateCandidatesAndFindBasisForGEP()
582 Value *StraightLineStrengthReduce::emitBump(const Candidate &Basis, in emitBump()
633 void StraightLineStrengthReduce::rewriteCandidateWithBasis( in rewriteCandidateWithBasis()
725 return StraightLineStrengthReduce(DL, DT, SE, TTI).runOnFunction(F); in runOnFunction()
728 bool StraightLineStrengthReduce::runOnFunction(Function &F) { in runOnFunction()
768 if (!StraightLineStrengthReduce(DL, DT, SE, TTI).runOnFunction(F)) in run()