Searched refs:LLVMAddScalarReplAggregatesPass (Results 1 – 4 of 4) sorted by relevance
116 void LLVMAddScalarReplAggregatesPass(LLVMPassManagerRef PM);
37 func (pm PassManager) AddScalarReplAggregatesPass() { C.LLVMAddScalarReplAggregatesPass(pm.C) }
174 LLVMAddScalarReplAggregatesPass(PM); in llvm_add_scalar_repl_aggregates()
240 void LLVMAddScalarReplAggregatesPass(LLVMPassManagerRef PM) { in LLVMAddScalarReplAggregatesPass() function