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

/freebsd-10.3-release/contrib/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp387 unsigned KeepLoc = 0; local
388 for (unsigned e = locations.size(); KeepLoc != e; ++KeepLoc) {
389 if (KeepLoc == LocNo)
391 if (locations[KeepLoc].isIdenticalTo(locations[LocNo]))
395 if (KeepLoc == locations.size())
400 if (KeepLoc > EraseLoc)
401 std::swap(KeepLoc, EraseLoc);
408 I.setValue(KeepLoc); // Coalesce when possible.

Completed in 95 milliseconds