Home
last modified time | relevance | path

Searched refs:StraightLineStrengthReduce (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp98 class StraightLineStrengthReduce : public FunctionPass { class
149 StraightLineStrengthReduce() : FunctionPass(ID) { in StraightLineStrengthReduce() function in __anon627523ed0111::StraightLineStrengthReduce
246 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 …]
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile1410 SRCS_MIN+= Transforms/Scalar/StraightLineStrengthReduce.cpp