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