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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
StrongPHIElimination.cpp 816 VNInfo *&NewVN = VNMap[OldVN];
817 if (!NewVN) {
818 NewVN = NewLI.createValueCopy(OldVN, LI->getVNInfoAllocator());
819 VNMap[OldVN] = NewVN;
822 LiveRange LR(OldLR.start, OldLR.end, NewVN);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonExpandCondsets.cpp     [all...]

Completed in 148 milliseconds