Searched refs:KeepLoc (Results 1 – 2 of 2) sorted by relevance
378 unsigned KeepLoc = 0; in coalesceLocation() local379 for (unsigned e = locations.size(); KeepLoc != e; ++KeepLoc) { in coalesceLocation()380 if (KeepLoc == LocNo) in coalesceLocation()382 if (locations[KeepLoc].isIdenticalTo(locations[LocNo])) in coalesceLocation()386 if (KeepLoc == locations.size()) in coalesceLocation()391 if (KeepLoc > EraseLoc) in coalesceLocation()392 std::swap(KeepLoc, EraseLoc); in coalesceLocation()399 I.setValue(KeepLoc); // Coalesce when possible. in coalesceLocation()
426 unsigned KeepLoc = 0; in coalesceLocation() local427 for (unsigned e = locations.size(); KeepLoc != e; ++KeepLoc) { in coalesceLocation()428 if (KeepLoc == LocNo) in coalesceLocation()430 if (locations[KeepLoc].isIdenticalTo(locations[LocNo])) in coalesceLocation()434 if (KeepLoc == locations.size()) in coalesceLocation()439 if (KeepLoc > EraseLoc) in coalesceLocation()440 std::swap(KeepLoc, EraseLoc); in coalesceLocation()447 I.setValue(KeepLoc); // Coalesce when possible. in coalesceLocation()