Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm-c/Transforms/
H A DInstCombine.h31 void LLVMAddInstructionCombiningPass(LLVMPassManagerRef PM);
H A DScalar.h68 void LLVMAddInstructionCombiningPass(LLVMPassManagerRef PM);
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dtransforms_scalar.go26 func (pm PassManager) AddInstructionCombiningPass() { C.LLVMAddInstructionCombiningPass(pm.C) }
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsIRTransforms/
H A DOrcV2CBindingsIRTransforms.c57 LLVMAddInstructionCombiningPass(PM); in myModuleTransform()
/llvm-project-15.0.7/llvm/bindings/ocaml/transforms/scalar_opts/
H A Dscalar_opts_ocaml.c78 LLVMAddInstructionCombiningPass(PM); in llvm_add_instruction_combining()
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp290 LLVMAddInstructionCombiningPass(pass); in buildAndRunPasses()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4702 void LLVMAddInstructionCombiningPass(LLVMPassManagerRef PM) { in LLVMAddInstructionCombiningPass() function