Searched refs:AggressiveInstCombinerLegacyPass (Results 1 – 1 of 1) sorted by relevance
43 class AggressiveInstCombinerLegacyPass : public FunctionPass { class47 AggressiveInstCombinerLegacyPass() : FunctionPass(ID) { in AggressiveInstCombinerLegacyPass() function in __anonb1db775d0111::AggressiveInstCombinerLegacyPass361 void AggressiveInstCombinerLegacyPass::getAnalysisUsage( in getAnalysisUsage()372 bool AggressiveInstCombinerLegacyPass::runOnFunction(Function &F) { in runOnFunction()394 char AggressiveInstCombinerLegacyPass::ID = 0;395 INITIALIZE_PASS_BEGIN(AggressiveInstCombinerLegacyPass,400 INITIALIZE_PASS_END(AggressiveInstCombinerLegacyPass, "aggressive-instcombine", in INITIALIZE_PASS_DEPENDENCY()413 return new AggressiveInstCombinerLegacyPass(); in createAggressiveInstCombinerPass()