Searched refs:SimplifyFunction (Results 1 – 1 of 1) sorted by relevance
51 static bool SimplifyFunction(Function *F, CallGraph &CG);76 MadeChange |= SimplifyFunction(F, CG); in runImpl()171 MadeChange |= SimplifyFunction(F, CG); in runImpl()189 static bool SimplifyFunction(Function *F, CallGraph &CG) { in SimplifyFunction() function