Searched refs:performPRE (Results 1 – 2 of 2) sorted by relevance
393 bool performPRE(Function &F);
2874 PREChanged = performPRE(F); in runImpl()3132 bool GVNPass::performPRE(Function &F) { in performPRE() function in GVNPass