Searched refs:EntryValTransfers (Results 1 – 1 of 1) sorted by relevance
1042 InstToEntryLocMap &EntryValTransfers,1049 InstToEntryLocMap &EntryValTransfers);1052 InstToEntryLocMap &EntryValTransfers,1056 InstToEntryLocMap &EntryValTransfers,1065 InstToEntryLocMap &EntryValTransfers,1074 InstToEntryLocMap &EntryValTransfers,1323 const VarLoc &EntryVL, InstToEntryLocMap &EntryValTransfers) { in cleanupEntryValueTransfers() argument1324 if (EntryValTransfers.empty() || TRInst == nullptr) in cleanupEntryValueTransfers()1327 auto TransRange = EntryValTransfers.equal_range(TRInst); in cleanupEntryValueTransfers()1334 EntryValTransfers.erase(TRInst); in cleanupEntryValueTransfers()[all …]