Home
last modified time | relevance | path

Searched refs:InstructionCombiningPass (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp3000 class InstructionCombiningPass : public FunctionPass { class
3006 InstructionCombiningPass() : FunctionPass(ID) { in InstructionCombiningPass() function in __anonef39f6d20111::InstructionCombiningPass
3015 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()