Searched refs:StraightLineStrengthReduce (Results 1 – 2 of 2) sorted by relevance
98 class StraightLineStrengthReduce : public FunctionPass { class149 StraightLineStrengthReduce() : FunctionPass(ID) { in StraightLineStrengthReduce() function in __anon627523ed0111::StraightLineStrengthReduce246 char StraightLineStrengthReduce::ID = 0;248 INITIALIZE_PASS_BEGIN(StraightLineStrengthReduce, "slsr",253 INITIALIZE_PASS_END(StraightLineStrengthReduce, "slsr", in INITIALIZE_PASS_DEPENDENCY()257 return new StraightLineStrengthReduce(); in INITIALIZE_PASS_DEPENDENCY()291 bool StraightLineStrengthReduce::isFoldable(const Candidate &C, in isFoldable()336 void StraightLineStrengthReduce::allocateCandidatesAndFindBasis( in allocateCandidatesAndFindBasis()372 void StraightLineStrengthReduce::allocateCandidatesAndFindBasis( in allocateCandidatesAndFindBasis()622 void StraightLineStrengthReduce::rewriteCandidateWithBasis( in rewriteCandidateWithBasis()[all …]
1410 SRCS_MIN+= Transforms/Scalar/StraightLineStrengthReduce.cpp