Searched refs:LLVMAddReassociatePass (Results 1 – 4 of 4) sorted by relevance
102 void LLVMAddReassociatePass(LLVMPassManagerRef PM);
35 func (pm PassManager) AddReassociatePass() { C.LLVMAddReassociatePass(pm.C) }
150 LLVMAddReassociatePass(PM); in llvm_add_reassociation()
181 void LLVMAddReassociatePass(LLVMPassManagerRef PM) { in LLVMAddReassociatePass() function