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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp1 //===- StraightLineStrengthReduce.cpp - -----------------------------------===//
98 class StraightLineStrengthReduce : public FunctionPass { class in namespace:__anon4716
149 StraightLineStrengthReduce() : FunctionPass(ID) { function in class:__anon4716::StraightLineStrengthReduce
246 char StraightLineStrengthReduce::ID = 0;
248 INITIALIZE_PASS_BEGIN(StraightLineStrengthReduce, "slsr",
253 INITIALIZE_PASS_END(StraightLineStrengthReduce, "slsr",
257 return new StraightLineStrengthReduce();
260 bool StraightLineStrengthReduce::isBasisFor(const Candidate &Basis,
291 bool StraightLineStrengthReduce::isFoldable(const Candidate &C,
312 bool StraightLineStrengthReduce
[all...]
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile1541 SRCS_MIN+= Transforms/Scalar/StraightLineStrengthReduce.cpp

Completed in 111 milliseconds