Searched refs:LLVMAddReassociatePass (Results 1 – 11 of 11) sorted by relevance
102 void LLVMAddReassociatePass(LLVMPassManagerRef PM);
107 void LLVMAddReassociatePass(LLVMPassManagerRef PM);
110 void LLVMAddReassociatePass(LLVMPassManagerRef PM);
35 func (pm PassManager) AddReassociatePass() { C.LLVMAddReassociatePass(pm.C) }
150 LLVMAddReassociatePass(PM); in llvm_add_reassociation()
162 LLVMAddReassociatePass(PM); in llvm_add_reassociation()
190 void LLVMAddReassociatePass(LLVMPassManagerRef PM) { in LLVMAddReassociatePass() function
232 void LLVMAddReassociatePass(LLVMPassManagerRef PM) { in LLVMAddReassociatePass() function
221 void LLVMAddReassociatePass(LLVMPassManagerRef PM) { in LLVMAddReassociatePass() function
170 LLVMAddReassociatePass(gallivm->passmgr); in create_pass_manager()