Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveDebugVariables.cpp425 unsigned KeepLoc = 0; in coalesceLocation() local
426 for (unsigned e = locations.size(); KeepLoc != e; ++KeepLoc) { in coalesceLocation()
427 if (KeepLoc == LocNo) in coalesceLocation()
429 if (locations[KeepLoc].isIdenticalTo(locations[LocNo])) in coalesceLocation()
433 if (KeepLoc == locations.size()) in coalesceLocation()
438 if (KeepLoc > EraseLoc) in coalesceLocation()
439 std::swap(KeepLoc, EraseLoc); in coalesceLocation()
446 I.setValue(KeepLoc); // Coalesce when possible. in coalesceLocation()