Searched refs:PNV (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/IR/
H A DBasicBlock.cpp280 Value* PNV = nullptr; local
281 if (!DontDeleteUselessPHIs && (PNV = PN->hasConstantValue()))
282 if (PNV != PN) {
283 PN->replaceAllUsesWith(PNV);
/external/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp426 if (Value *PNV = SimplifyInstruction(PN)) {
427 PN->replaceAllUsesWith(PNV);

Completed in 343 milliseconds