Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombine.h71 class InstructionCombiningPass : public FunctionPass {
77 explicit InstructionCombiningPass();
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp5495 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 InstructionCombiningPass
5548 INITIALIZE_PASS_BEGIN(InstructionCombiningPass, "instcombine",
5559 INITIALIZE_PASS_END(InstructionCombiningPass, "instcombine", in INITIALIZE_PASS_DEPENDENCY()
5568 return new InstructionCombiningPass(); in createInstructionCombiningPass()