Searched refs:LLVMAddMemCpyOptPass (Results 1 – 4 of 4) sorted by relevance
104 void LLVMAddMemCpyOptPass(LLVMPassManagerRef PM);
33 func (pm PassManager) AddMemCpyOptPass() { C.LLVMAddMemCpyOptPass(pm.C) }
132 LLVMAddMemCpyOptPass(PM); in llvm_add_memcpy_opt()
224 void LLVMAddMemCpyOptPass(LLVMPassManagerRef PM) { in LLVMAddMemCpyOptPass() function