Searched refs:SimplifyFunction (Results 1 – 1 of 1) sorted by relevance
53 static bool SimplifyFunction(Function *F, CallGraphUpdater &CGU);75 MadeChange |= SimplifyFunction(F, CGU); in runImpl()160 MadeChange |= SimplifyFunction(F, CGU); in runImpl()184 static bool SimplifyFunction(Function *F, CallGraphUpdater &CGU) { in SimplifyFunction() function