Searched refs:MapEntry (Results 1 – 9 of 9) sorted by relevance
26 class MapEntry { class28 MapEntry() = default;30 MapEntry(const MapEntry &rhs) = default;132 m_entry = MapEntry(); in next()140 MapEntry tree_min(MapEntry &&x) { in tree_min()142 return MapEntry(); in tree_min()143 MapEntry left(x.left()); in tree_min()148 return MapEntry(); in tree_min()154 return MapEntry(); in tree_min()162 MapEntry rhs(x.parent()); in is_left_child()[all …]
44 auto &MapEntry = getEntryImpl(Asm, Str); in getEntry() local45 return EntryRef(MapEntry, false); in getEntry()50 auto &MapEntry = getEntryImpl(Asm, Str); in getIndexedEntry() local51 if (!MapEntry.getValue().isIndexed()) in getIndexedEntry()52 MapEntry.getValue().Index = NumIndexedStrings++; in getIndexedEntry()53 return EntryRef(MapEntry, true); in getIndexedEntry()
133 for (auto MapEntry : ConstGEPCandMap) in releaseMemory() local134 MapEntry.second.clear(); in releaseMemory()137 for (auto MapEntry : ConstGEPInfoMap) in releaseMemory() local138 MapEntry.second.clear(); in releaseMemory()
281 for (const auto &MapEntry : CacheMap) { in fixCacheAfterWrite() local284 if (Offset + Data.size() < MapEntry.first) in fixCacheAfterWrite()286 for (const auto &Alloc : MapEntry.second) { in fixCacheAfterWrite()289 if (MapEntry.first + Alloc.size() < Offset) in fixCacheAfterWrite()295 std::make_pair(MapEntry.first, MapEntry.first + Alloc.size()); in fixCacheAfterWrite()
934 for (auto &MapEntry : ConstGEPCandMap) in runImpl() local935 if (!MapEntry.second.empty()) in runImpl()936 findBaseConstants(MapEntry.first); in runImpl()943 for (auto MapEntry : ConstGEPInfoMap) in runImpl() local944 if (!MapEntry.second.empty()) in runImpl()945 MadeChange |= emitBaseConstants(MapEntry.first); in runImpl()
1780 uint8_t MapEntry = FixupMap[i * 8 + 0]; in AddEncodingComment() local1782 if (FixupMap[i * 8 + j] == MapEntry) in AddEncodingComment()1785 MapEntry = uint8_t(~0U); in AddEncodingComment()1789 if (MapEntry != uint8_t(~0U)) { in AddEncodingComment()1790 if (MapEntry == 0) { in AddEncodingComment()1796 << char('A' + MapEntry - 1) << '\''; in AddEncodingComment()1798 OS << char('A' + MapEntry - 1); in AddEncodingComment()1812 if (uint8_t MapEntry = FixupMap[FixupBit]) { in AddEncodingComment() local1814 OS << char('A' + MapEntry - 1); in AddEncodingComment()
729 for (auto MapEntry : ImportedModuleFiles) { in writeIndex() local730 auto *File = MapEntry.first; in writeIndex()731 ImportedModuleFileInfo &Info = MapEntry.second; in writeIndex()
457 auto &MapEntry = I.first->getValue(); in get() local459 return &MapEntry; in get()460 MapEntry.Entry = &*I.first; in get()461 return &MapEntry; in get()
1170 for (auto &MapEntry : Value2VPValue) in ~VPlan()1171 if (MapEntry.second != BackedgeTakenCount) in ~VPlan()1172 delete MapEntry.second; in ~VPlan()