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

/external/llvm/lib/VMCore/
H A DBasicBlock.cpp276 Value* PNV = 0; local
277 if (!DontDeleteUselessPHIs && (PNV = PN->hasConstantValue()))
278 if (PNV != PN) {
279 PN->replaceAllUsesWith(PNV);
/external/llvm/lib/Transforms/Utils/
H A DLocal.cpp403 Value *PNV = SimplifyInstruction(PN, TD); local
404 if (PNV == 0) continue;
408 assert(PNV != PN && "SimplifyInstruction broken!");
411 ReplaceAndSimplifyAllUses(PN, PNV, TD);

Completed in 284 milliseconds