Searched refs:StraightLineStrengthReduceLegacyPass (Results 1 – 1 of 1) sorted by relevance
98 class StraightLineStrengthReduceLegacyPass : public FunctionPass { class104 StraightLineStrengthReduceLegacyPass() : FunctionPass(ID) { in StraightLineStrengthReduceLegacyPass() function in __anon929fb7df0111::StraightLineStrengthReduceLegacyPass258 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()