Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DBasicBlock.cpp321 Value* PNV = nullptr; in removePredecessor() local
322 if (!DontDeleteUselessPHIs && (PNV = PN->hasConstantValue())) in removePredecessor()
323 if (PNV != PN) { in removePredecessor()
324 PN->replaceAllUsesWith(PNV); in removePredecessor()
/external/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp425 if (Value *PNV = SimplifyInstruction(PN, F.getParent()->getDataLayout())) { in runTRE() local
426 PN->replaceAllUsesWith(PNV); in runTRE()