Searched refs:LLVMAddPromoteMemoryToRegisterPass (Results 1 – 4 of 4) sorted by relevance
38 void LLVMAddPromoteMemoryToRegisterPass(LLVMPassManagerRef PM);
59 void LLVMAddPromoteMemoryToRegisterPass(LLVMPassManagerRef PM) { in LLVMAddPromoteMemoryToRegisterPass() function
33 func (pm PassManager) AddPromoteMemoryToRegisterPass() { C.LLVMAddPromoteMemoryToRegisterPass(pm.C)…
150 LLVMAddPromoteMemoryToRegisterPass(PM); in llvm_add_promote_memory_to_register()