Home
last modified time | relevance | path

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

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