Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DBasicBlock.cpp326 Value* PNV = nullptr; in removePredecessor() local
327 if (!DontDeleteUselessPHIs && (PNV = PN->hasConstantValue())) in removePredecessor()
328 if (PNV != PN) { in removePredecessor()
329 PN->replaceAllUsesWith(PNV); in removePredecessor()
/external/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp432 if (Value *PNV = SimplifyInstruction(PN, F.getParent()->getDataLayout())) { in runTRE() local
433 PN->replaceAllUsesWith(PNV); in runTRE()