Home
last modified time | relevance | path

Searched refs:EraseLoc (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DLiveDebugVariables.cpp399 unsigned EraseLoc = LocNo; in coalesceLocation() local
400 if (KeepLoc > EraseLoc) in coalesceLocation()
401 std::swap(KeepLoc, EraseLoc); in coalesceLocation()
402 locations.erase(locations.begin() + EraseLoc); in coalesceLocation()
407 if (v == EraseLoc) in coalesceLocation()
409 else if (v > EraseLoc) in coalesceLocation()