Searched refs:LLVMRunPassManager (Results 1 – 5 of 5) sorted by relevance
290 LLVMRunPassManager(pass, Module); in buildAndRunPasses()320 LLVMRunPassManager(modulePasses, Module); in buildAndRunOptPasses()
2874 LLVMBool LLVMRunPassManager(LLVMPassManagerRef PM, LLVMModuleRef M);
2359 return Val_bool(LLVMRunPassManager(PM, M)); in llvm_passmanager_run_module()
2921 LLVMBool LLVMRunPassManager(LLVMPassManagerRef PM, LLVMModuleRef M) { in LLVMRunPassManager() function
1825 func (pm PassManager) Run(m Module) bool { return C.LLVMRunPassManager(pm.C, m.C) != 0 }