Searched refs:LLVMAddReassociatePass (Results 1 – 4 of 4) sorted by relevance
107 void LLVMAddReassociatePass(LLVMPassManagerRef PM);
34 func (pm PassManager) AddReassociatePass() { C.LLVMAddReassociatePass(pm.C) }
156 LLVMAddReassociatePass(PM); in llvm_add_reassociation()
224 void LLVMAddReassociatePass(LLVMPassManagerRef PM) { in LLVMAddReassociatePass() function