Searched refs:performScalarPRE (Results 1 – 1 of 1) sorted by relevance
724 bool performScalarPRE(Instruction *I);1746 performScalarPRE(I); in processNonLocalLoad()2578 bool GVN::performScalarPRE(Instruction *CurInst) { in performScalarPRE() function in GVN2726 Changed |= performScalarPRE(CurInst); in performPRE()