Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp98 class StraightLineStrengthReduceLegacyPass : public FunctionPass { class
104 StraightLineStrengthReduceLegacyPass() : FunctionPass(ID) { in StraightLineStrengthReduceLegacyPass() function in __anon0eec50480111::StraightLineStrengthReduceLegacyPass
254 char StraightLineStrengthReduceLegacyPass::ID = 0;
256 INITIALIZE_PASS_BEGIN(StraightLineStrengthReduceLegacyPass, "slsr",
261 INITIALIZE_PASS_END(StraightLineStrengthReduceLegacyPass, "slsr", in INITIALIZE_PASS_DEPENDENCY()
265 return new StraightLineStrengthReduceLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()
671 bool StraightLineStrengthReduceLegacyPass::runOnFunction(Function &F) { in runOnFunction()