Lines Matching refs:MemoryLocs
56 if (!any_of(MemoryLocs, [&](const MemoryLocation &MemLoc) { in mergeSetIn()
57 return any_of(AS.MemoryLocs, [&](const MemoryLocation &ASMemLoc) { in mergeSetIn()
65 if (MemoryLocs.empty()) { in mergeSetIn()
66 std::swap(MemoryLocs, AS.MemoryLocs); in mergeSetIn()
68 append_range(MemoryLocs, AS.MemoryLocs); in mergeSetIn()
69 AS.MemoryLocs.clear(); in mergeSetIn()
117 if (!any_of(MemoryLocs, [&](const MemoryLocation &ASMemLoc) { in addMemoryLocation()
124 MemoryLocs.push_back(MemLoc); in addMemoryLocation()
160 for (const auto &ASMemLoc : MemoryLocs) { in aliasesMemoryLocation()
194 for (const auto &ASMemLoc : MemoryLocs) { in aliasesUnknownInst()
205 for (const MemoryLocation &MemLoc : MemoryLocs) in getPointers()
279 if (is_contained(MapEntry->MemoryLocs, MemLoc)) in getAliasSetFor()
453 for (const MemoryLocation &ASMemLoc : AS.MemoryLocs) in add()
526 if (!MemoryLocs.empty()) { in print()
529 for (const MemoryLocation &MemLoc : MemoryLocs) { in print()