Searched refs:SimplifyFunction (Results 1 – 1 of 1) sorted by relevance
50 static bool SimplifyFunction(Function *F, CallGraphUpdater &CGU);72 MadeChange |= SimplifyFunction(F, CGU); in runImpl()157 MadeChange |= SimplifyFunction(F, CGU); in runImpl()181 static bool SimplifyFunction(Function *F, CallGraphUpdater &CGU) { in SimplifyFunction() function