Searched refs:LLVMAddReassociatePass (Results 1 – 12 of 12) sorted by relevance
74 void LLVMAddReassociatePass(LLVMPassManagerRef PM);
102 void LLVMAddReassociatePass(LLVMPassManagerRef PM);
105 void LLVMAddReassociatePass(LLVMPassManagerRef PM);
35 func (pm PassManager) AddReassociatePass() { C.LLVMAddReassociatePass(pm.C) }
36 func (pm PassManager) AddReassociatePass() { C.LLVMAddReassociatePass(pm.C) }
115 LLVMAddReassociatePass(PM); in llvm_add_reassociation()
150 LLVMAddReassociatePass(PM); in llvm_add_reassociation()
133 void LLVMAddReassociatePass(LLVMPassManagerRef PM) { in LLVMAddReassociatePass() function
190 void LLVMAddReassociatePass(LLVMPassManagerRef PM) { in LLVMAddReassociatePass() function
205 void LLVMAddReassociatePass(LLVMPassManagerRef PM) { in LLVMAddReassociatePass() function
144 LLVMAddReassociatePass(gallivm->passmgr); in create_pass_manager()