HomeSort by relevance Sort by last modified time
    Searched refs:PNV (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/IR/
BasicBlock.cpp 326 Value* PNV = nullptr;
327 if (!DontDeleteUselessPHIs && (PNV = PN->hasConstantValue()))
328 if (PNV != PN) {
329 PN->replaceAllUsesWith(PNV);
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 432 if (Value *PNV = SimplifyInstruction(PN, F.getParent()->getDataLayout())) {
433 PN->replaceAllUsesWith(PNV);
    [all...]

Completed in 261 milliseconds