Searched refs:InstructionCombiningPass (Results 1 – 2 of 2) sorted by relevance
71 class InstructionCombiningPass : public FunctionPass {77 explicit InstructionCombiningPass();
4868 void InstructionCombiningPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()4884 bool InstructionCombiningPass::runOnFunction(Function &F) { in runOnFunction()4910 char InstructionCombiningPass::ID = 0;4912 InstructionCombiningPass::InstructionCombiningPass() : FunctionPass(ID) { in InstructionCombiningPass() function in InstructionCombiningPass4916 INITIALIZE_PASS_BEGIN(InstructionCombiningPass, "instcombine",4927 INITIALIZE_PASS_END(InstructionCombiningPass, "instcombine", in INITIALIZE_PASS_DEPENDENCY()4936 return new InstructionCombiningPass(); in createInstructionCombiningPass()