Searched refs:InstructionCombiningPass (Results 1 – 2 of 2) sorted by relevance
71 class InstructionCombiningPass : public FunctionPass {77 explicit InstructionCombiningPass();
5495 void InstructionCombiningPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()5511 bool InstructionCombiningPass::runOnFunction(Function &F) { in runOnFunction()5542 char InstructionCombiningPass::ID = 0;5544 InstructionCombiningPass::InstructionCombiningPass() : FunctionPass(ID) { in InstructionCombiningPass() function in InstructionCombiningPass5548 INITIALIZE_PASS_BEGIN(InstructionCombiningPass, "instcombine",5559 INITIALIZE_PASS_END(InstructionCombiningPass, "instcombine", in INITIALIZE_PASS_DEPENDENCY()5568 return new InstructionCombiningPass(); in createInstructionCombiningPass()