Searched defs:PNV (Results 1 - 1 of 1) 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);

Completed in 73 milliseconds