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

  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 438 unsigned EraseLoc = LocNo;
439 if (KeepLoc > EraseLoc)
440 std::swap(KeepLoc, EraseLoc);
441 locations.erase(locations.begin() + EraseLoc);
446 if (v == EraseLoc)
448 else if (v > EraseLoc)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveDebugVariables.cpp 390 unsigned EraseLoc = LocNo;
391 if (KeepLoc > EraseLoc)
392 std::swap(KeepLoc, EraseLoc);
393 locations.erase(locations.begin() + EraseLoc);
398 if (v == EraseLoc)
400 else if (v > EraseLoc)
    [all...]

Completed in 60 milliseconds