Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp98 class StraightLineStrengthReduceLegacyPass : public FunctionPass { class
104 StraightLineStrengthReduceLegacyPass() : FunctionPass(ID) { in StraightLineStrengthReduceLegacyPass() function in __anon929fb7df0111::StraightLineStrengthReduceLegacyPass
258 char StraightLineStrengthReduceLegacyPass::ID = 0;
260 INITIALIZE_PASS_BEGIN(StraightLineStrengthReduceLegacyPass, "slsr",
265 INITIALIZE_PASS_END(StraightLineStrengthReduceLegacyPass, "slsr", in INITIALIZE_PASS_DEPENDENCY()
269 return new StraightLineStrengthReduceLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()
709 bool StraightLineStrengthReduceLegacyPass::runOnFunction(Function &F) { in runOnFunction()