Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm-c/Transforms/
H A DInstCombine.h31 void LLVMAddInstructionCombiningPass(LLVMPassManagerRef PM);
H A DScalar.h68 void LLVMAddInstructionCombiningPass(LLVMPassManagerRef PM);
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsIRTransforms/
H A DOrcV2CBindingsIRTransforms.c58 LLVMAddInstructionCombiningPass(PM); in myModuleTransform()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/transforms/scalar_opts/
H A Dscalar_opts_ocaml.c78 LLVMAddInstructionCombiningPass(PM); in llvm_add_instruction_combining()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4767 void LLVMAddInstructionCombiningPass(LLVMPassManagerRef PM) { in LLVMAddInstructionCombiningPass() function