Lines Matching defs:EntryValTransfers
1039 InstToEntryLocMap &EntryValTransfers,
1046 InstToEntryLocMap &EntryValTransfers);
1049 InstToEntryLocMap &EntryValTransfers,
1053 InstToEntryLocMap &EntryValTransfers,
1062 InstToEntryLocMap &EntryValTransfers,
1071 InstToEntryLocMap &EntryValTransfers,
1306 /// Do cleanup of \p EntryValTransfers created by \p TRInst, by removing the
1310 const VarLoc &EntryVL, InstToEntryLocMap &EntryValTransfers) {
1311 if (EntryValTransfers.empty() || TRInst == nullptr)
1314 auto TransRange = EntryValTransfers.equal_range(TRInst);
1321 EntryValTransfers.erase(TRInst);
1335 InstToEntryLocMap &EntryValTransfers,
1389 EntryValTransfers);
1398 InstToEntryLocMap &EntryValTransfers,
1416 removeEntryValue(MI, OpenRanges, VarLocIDs, EntryVL, EntryValTransfers,
1465 InstToEntryLocMap &EntryValTransfers,
1493 EntryValTransfers.insert({&MI, EntryValueIDs.back()});
1573 InstToEntryLocMap &EntryValTransfers,
1641 emitEntryValues(MI, OpenRanges, VarLocIDs, EntryValTransfers, KillSet);
1999 InstToEntryLocMap &EntryValTransfers,
2003 transferDebugValue(MI, OpenRanges, VarLocIDs, EntryValTransfers,
2005 transferRegisterDef(MI, OpenRanges, VarLocIDs, EntryValTransfers,
2243 InstToEntryLocMap EntryValTransfers;
2345 process(MI, OpenRanges, VarLocIDs, Transfers, EntryValTransfers,
2381 for (auto &TR : EntryValTransfers) {
2390 EntryValTransfers.clear();