Searched refs:StraightLineStrengthReduceLegacyPass (Results 1 – 1 of 1) sorted by relevance
99 class StraightLineStrengthReduceLegacyPass : public FunctionPass { class105 StraightLineStrengthReduceLegacyPass() : FunctionPass(ID) { in StraightLineStrengthReduceLegacyPass() function in __anon8c5187130111::StraightLineStrengthReduceLegacyPass259 char StraightLineStrengthReduceLegacyPass::ID = 0;261 INITIALIZE_PASS_BEGIN(StraightLineStrengthReduceLegacyPass, "slsr",266 INITIALIZE_PASS_END(StraightLineStrengthReduceLegacyPass, "slsr", in INITIALIZE_PASS_DEPENDENCY()270 return new StraightLineStrengthReduceLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()718 bool StraightLineStrengthReduceLegacyPass::runOnFunction(Function &F) { in runOnFunction()