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

/external/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp385 unsigned KeepLoc = 0; local
386 for (unsigned e = locations.size(); KeepLoc != e; ++KeepLoc) {
387 if (KeepLoc == LocNo)
389 if (locations[KeepLoc].isIdenticalTo(locations[LocNo]))
393 if (KeepLoc == locations.size())
398 if (KeepLoc > EraseLoc)
399 std::swap(KeepLoc, EraseLoc);
406 I.setValue(KeepLoc); // Coalesce when possible.

Completed in 50 milliseconds