Searched refs:EntryValTransfers (Results 1 – 1 of 1) sorted by relevance
1039 InstToEntryLocMap &EntryValTransfers,1046 InstToEntryLocMap &EntryValTransfers);1049 InstToEntryLocMap &EntryValTransfers,1053 InstToEntryLocMap &EntryValTransfers,1062 InstToEntryLocMap &EntryValTransfers,1071 InstToEntryLocMap &EntryValTransfers,1310 const VarLoc &EntryVL, InstToEntryLocMap &EntryValTransfers) { in cleanupEntryValueTransfers() argument1311 if (EntryValTransfers.empty() || TRInst == nullptr) in cleanupEntryValueTransfers()1314 auto TransRange = EntryValTransfers.equal_range(TRInst); in cleanupEntryValueTransfers()1321 EntryValTransfers.erase(TRInst); in cleanupEntryValueTransfers()[all …]