Searched refs:StraightLineStrengthReduce (Results 1 – 2 of 2) sorted by relevance
79 class StraightLineStrengthReduce : public FunctionPass { class127 StraightLineStrengthReduce() in StraightLineStrengthReduce() function in __anonde56e9e90111::StraightLineStrengthReduce211 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()255 bool StraightLineStrengthReduce::isFoldable(const Candidate &C, in isFoldable()276 bool StraightLineStrengthReduce::isSimplestForm(const Candidate &C) { in isSimplestForm()300 void StraightLineStrengthReduce::allocateCandidatesAndFindBasis( in allocateCandidatesAndFindBasis()[all …]
53 StraightLineStrengthReduce.cpp