Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombine.h43 class InstructionCombiningPass : public FunctionPass {
50 explicit InstructionCombiningPass();
51 explicit InstructionCombiningPass(unsigned MaxIterations);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4682 void InstructionCombiningPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
4698 bool InstructionCombiningPass::runOnFunction(Function &F) { in runOnFunction()
4724 char InstructionCombiningPass::ID = 0;
4726 InstructionCombiningPass::InstructionCombiningPass() in InstructionCombiningPass() function in InstructionCombiningPass
4731 InstructionCombiningPass::InstructionCombiningPass(unsigned MaxIterations) in InstructionCombiningPass() function in InstructionCombiningPass
4736 INITIALIZE_PASS_BEGIN(InstructionCombiningPass, "instcombine",
4747 INITIALIZE_PASS_END(InstructionCombiningPass, "instcombine", in INITIALIZE_PASS_DEPENDENCY()
4760 return new InstructionCombiningPass(); in createInstructionCombiningPass()
4764 return new InstructionCombiningPass(MaxIterations); in createInstructionCombiningPass()