Searched refs:PNV (Results 1 – 2 of 2) sorted by relevance
326 Value* PNV = nullptr; in removePredecessor() local327 if (!DontDeleteUselessPHIs && (PNV = PN->hasConstantValue())) in removePredecessor()328 if (PNV != PN) { in removePredecessor()329 PN->replaceAllUsesWith(PNV); in removePredecessor()
432 if (Value *PNV = SimplifyInstruction(PN, F.getParent()->getDataLayout())) { in runTRE() local433 PN->replaceAllUsesWith(PNV); in runTRE()