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.h68 class LLVM_ABI InstructionCombiningPass : public FunctionPass {
74 explicit InstructionCombiningPass();
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp5975 void InstructionCombiningPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
5991 bool InstructionCombiningPass::runOnFunction(Function &F) { in runOnFunction()
6019 char InstructionCombiningPass::ID = 0;
6021 InstructionCombiningPass::InstructionCombiningPass() : FunctionPass(ID) { in InstructionCombiningPass() function in InstructionCombiningPass
6025 INITIALIZE_PASS_BEGIN(InstructionCombiningPass, "instcombine",
6036 INITIALIZE_PASS_END(InstructionCombiningPass, "instcombine", in INITIALIZE_PASS_DEPENDENCY()
6045 return new InstructionCombiningPass(); in createInstructionCombiningPass()