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.cpp102 class StraightLineStrengthReduceLegacyPass : public FunctionPass { class
108 StraightLineStrengthReduceLegacyPass() : FunctionPass(ID) { in StraightLineStrengthReduceLegacyPass() function in __anon0eec50480111::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()
678 bool StraightLineStrengthReduceLegacyPass::runOnFunction(Function &F) { in runOnFunction()