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

/external/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp1 //===-- StraightLineStrengthReduce.cpp - ------------------------*- C++ -*-===//
79 class StraightLineStrengthReduce : public FunctionPass { class in namespace:__anon14774
127 StraightLineStrengthReduce() function in class:__anon14774::StraightLineStrengthReduce
211 char StraightLineStrengthReduce::ID = 0;
212 INITIALIZE_PASS_BEGIN(StraightLineStrengthReduce, "slsr",
217 INITIALIZE_PASS_END(StraightLineStrengthReduce, "slsr",
221 return new StraightLineStrengthReduce();
224 bool StraightLineStrengthReduce::isBasisFor(const Candidate &Basis,
255 bool StraightLineStrengthReduce::isFoldable(const Candidate &C,
276 bool StraightLineStrengthReduce
[all...]

Completed in 174 milliseconds