Searched refs:LLVMAddDemoteMemoryToRegisterPass (Results 1 – 4 of 4) sorted by relevance
129 void LLVMAddDemoteMemoryToRegisterPass(LLVMPassManagerRef PM);
42 func (pm PassManager) AddDemoteMemoryToRegisterPass() { C.LLVMAddDemoteMemoryToRegisterPass(pm.C) }
199 LLVMAddDemoteMemoryToRegisterPass(PM); in llvm_add_demote_memory_to_register()
253 void LLVMAddDemoteMemoryToRegisterPass(LLVMPassManagerRef PM) { in LLVMAddDemoteMemoryToRegisterPass() function