Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveDebugVariables.cpp378 unsigned KeepLoc = 0; in coalesceLocation() local
379 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()
/external/llvm/lib/CodeGen/
DLiveDebugVariables.cpp426 unsigned KeepLoc = 0; in coalesceLocation() local
427 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()