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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveVariables.cpp 754 const unsigned NumNew = BB->getNumber();
761 getVarInfo(BBI->getOperand(i).getReg()).AliveBlocks.set(NumNew);
767 if (!VI.AliveBlocks.test(NumNew) && VI.isLiveIn(*SuccBB, Reg, *MRI))
768 VI.AliveBlocks.set(NumNew);
  /external/llvm/lib/CodeGen/
LiveVariables.cpp 768 const unsigned NumNew = BB->getNumber();
780 getVarInfo(BBI->getOperand(i).getReg()).AliveBlocks.set(NumNew);
808 VI.AliveBlocks.set(NumNew);

Completed in 291 milliseconds