Searched refs:PNV (Results 1 – 2 of 2) sorted by relevance
321 Value* PNV = nullptr; in removePredecessor() local322 if (!DontDeleteUselessPHIs && (PNV = PN->hasConstantValue())) in removePredecessor()323 if (PNV != PN) { in removePredecessor()324 PN->replaceAllUsesWith(PNV); in removePredecessor()
425 if (Value *PNV = SimplifyInstruction(PN, F.getParent()->getDataLayout())) { in runTRE() local426 PN->replaceAllUsesWith(PNV); in runTRE()