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

/external/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp378 unsigned KeepLoc = 0; local
379 for (unsigned e = locations.size(); KeepLoc != e; ++KeepLoc) {
380 if (KeepLoc == LocNo)
382 if (locations[KeepLoc].isIdenticalTo(locations[LocNo]))
386 if (KeepLoc == locations.size())
391 if (KeepLoc > EraseLoc)
392 std::swap(KeepLoc, EraseLoc);
399 I.setValue(KeepLoc); // Coalesce when possible.

Completed in 45 milliseconds