Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp77 class StraightLineStrengthReduce : public FunctionPass { class
125 StraightLineStrengthReduce() in StraightLineStrengthReduce() function in __anonaa4ec62a0111::StraightLineStrengthReduce
209 char StraightLineStrengthReduce::ID = 0;
210 INITIALIZE_PASS_BEGIN(StraightLineStrengthReduce, "slsr",
215 INITIALIZE_PASS_END(StraightLineStrengthReduce, "slsr", in INITIALIZE_PASS_DEPENDENCY()
219 return new StraightLineStrengthReduce(); in INITIALIZE_PASS_DEPENDENCY()
222 bool StraightLineStrengthReduce::isBasisFor(const Candidate &Basis, in isBasisFor()
277 bool StraightLineStrengthReduce::isFoldable(const Candidate &C, in isFoldable()
298 bool StraightLineStrengthReduce::isSimplestForm(const Candidate &C) { in isSimplestForm()
322 void StraightLineStrengthReduce::allocateCandidatesAndFindBasis( in allocateCandidatesAndFindBasis()
[all …]
DCMakeLists.txt47 StraightLineStrengthReduce.cpp
DAndroid.mk49 StraightLineStrengthReduce.cpp \