Searched refs:performScalarPRE (Results 1 – 2 of 2) sorted by relevance
368 bool performScalarPRE(Instruction *I);
1936 Changed |= performScalarPRE(I); in processNonLocalLoad()2938 bool GVNPass::performScalarPRE(Instruction *CurInst) { in performScalarPRE() function in GVNPass3117 Changed |= performScalarPRE(CurInst); in performPRE()