Searched refs:InstructionCombiningPass (Results 1 – 1 of 1) sorted by relevance
3000 class InstructionCombiningPass : public FunctionPass { class3006 InstructionCombiningPass() : FunctionPass(ID) { in InstructionCombiningPass() function in __anonef39f6d20111::InstructionCombiningPass3015 void InstructionCombiningPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()3023 bool InstructionCombiningPass::runOnFunction(Function &F) { in runOnFunction()3039 char InstructionCombiningPass::ID = 0;3040 INITIALIZE_PASS_BEGIN(InstructionCombiningPass, "instcombine",3045 INITIALIZE_PASS_END(InstructionCombiningPass, "instcombine", in INITIALIZE_PASS_DEPENDENCY()3058 return new InstructionCombiningPass(); in createInstructionCombiningPass()