Searched refs:LLVMAddScalarReplAggregatesPass (Results 1 – 4 of 4) sorted by relevance
113 void LLVMAddScalarReplAggregatesPass(LLVMPassManagerRef PM);
36 func (pm PassManager) AddScalarReplAggregatesPass() { C.LLVMAddScalarReplAggregatesPass(pm.C) }
168 LLVMAddScalarReplAggregatesPass(PM); in llvm_add_scalar_repl_aggregates()
232 void LLVMAddScalarReplAggregatesPass(LLVMPassManagerRef PM) { in LLVMAddScalarReplAggregatesPass() function