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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveRangeEdit.cpp 102 const VNInfo *OVNI = li.getVNInfoAt(OrigIdx);
103 if (!OVNI)
105 if (OVNI != li.getVNInfoAt(UseIdx))
  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 103 const VNInfo *OVNI = li.getVNInfoAt(OrigIdx);
104 if (!OVNI)
113 if (OVNI != li.getVNInfoAt(UseIdx))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
LiveRangeEdit.cpp 125 const VNInfo *OVNI = li.getVNInfoAt(OrigIdx);
126 if (!OVNI)
135 if (OVNI != li.getVNInfoAt(UseIdx))

Completed in 2120 milliseconds