Lines Matching defs:EntryValTransfers
1043 InstToEntryLocMap &EntryValTransfers,
1050 InstToEntryLocMap &EntryValTransfers);
1053 InstToEntryLocMap &EntryValTransfers,
1057 InstToEntryLocMap &EntryValTransfers,
1066 InstToEntryLocMap &EntryValTransfers,
1075 InstToEntryLocMap &EntryValTransfers,
1320 /// Do cleanup of \p EntryValTransfers created by \p TRInst, by removing the
1324 const VarLoc &EntryVL, InstToEntryLocMap &EntryValTransfers) {
1325 if (EntryValTransfers.empty() || TRInst == nullptr)
1328 auto TransRange = EntryValTransfers.equal_range(TRInst);
1335 EntryValTransfers.erase(TRInst);
1349 InstToEntryLocMap &EntryValTransfers,
1403 EntryValTransfers);
1412 InstToEntryLocMap &EntryValTransfers,
1430 removeEntryValue(MI, OpenRanges, VarLocIDs, EntryVL, EntryValTransfers,
1479 InstToEntryLocMap &EntryValTransfers,
1507 EntryValTransfers.insert({&MI, EntryValueIDs.back()});
1587 InstToEntryLocMap &EntryValTransfers,
1655 emitEntryValues(MI, OpenRanges, VarLocIDs, EntryValTransfers, KillSet);
2011 InstToEntryLocMap &EntryValTransfers,
2015 transferDebugValue(MI, OpenRanges, VarLocIDs, EntryValTransfers,
2017 transferRegisterDef(MI, OpenRanges, VarLocIDs, EntryValTransfers,
2255 InstToEntryLocMap EntryValTransfers;
2357 process(MI, OpenRanges, VarLocIDs, Transfers, EntryValTransfers,
2393 for (auto &TR : EntryValTransfers) {
2402 EntryValTransfers.clear();