Searched refs:LLVMAddIndVarSimplifyPass (Results 1 – 4 of 4) sorted by relevance
65 void LLVMAddIndVarSimplifyPass(LLVMPassManagerRef PM);
25 func (pm PassManager) AddIndVarSimplifyPass() { C.LLVMAddIndVarSimplifyPass(pm.C) }
72 LLVMAddIndVarSimplifyPass(PM); in llvm_add_ind_var_simplify()
168 void LLVMAddIndVarSimplifyPass(LLVMPassManagerRef PM) { in LLVMAddIndVarSimplifyPass() function