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 276 Value* PNV = 0;
277 if (!DontDeleteUselessPHIs && (PNV = PN->hasConstantValue()))
278 if (PNV != PN) {
279 PN->replaceAllUsesWith(PNV);
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 234 if (Value *PNV = SimplifyInstruction(PN)) {
235 PN->replaceAllUsesWith(PNV);

Completed in 152 milliseconds