OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLVMAddInstructionCombiningPass
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm-c/Transforms/
Scalar.h
63
void
LLVMAddInstructionCombiningPass
(LLVMPassManagerRef PM);
/external/llvm/bindings/go/llvm/
transforms_scalar.go
26
func (pm PassManager) AddInstructionCombiningPass() { C.
LLVMAddInstructionCombiningPass
(pm.C) }
/external/llvm/bindings/ocaml/transforms/scalar_opts/
scalar_opts_ocaml.c
72
LLVMAddInstructionCombiningPass
(PM);
/external/llvm/lib/Transforms/Scalar/
Scalar.cpp
129
void
LLVMAddInstructionCombiningPass
(LLVMPassManagerRef PM) {
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_init.c
166
LLVMAddInstructionCombiningPass
(gallivm->passmgr);
/external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp
289
LLVMAddInstructionCombiningPass
(pass);
Completed in 151 milliseconds