Searched refs:EntryValTransfers (Results 1 – 1 of 1) sorted by relevance
973 InstToEntryLocMap &EntryValTransfers,977 InstToEntryLocMap &EntryValTransfers,993 InstToEntryLocMap &EntryValTransfers,1233 if (EntryValTransfers.empty() || TRInst == nullptr) in cleanupEntryValueTransfers()1236 auto TransRange = EntryValTransfers.equal_range(TRInst); in cleanupEntryValueTransfers()1243 EntryValTransfers.erase(TRInst); in cleanupEntryValueTransfers()1311 EntryValTransfers); in removeEntryValue()1415 EntryValTransfers.insert({&MI, EntryValueIDs.back()}); in emitEntryValues()2136 InstToEntryLocMap EntryValTransfers; in ExtendRanges() local2274 for (auto &TR : EntryValTransfers) { in ExtendRanges()[all …]