Lines Matching refs:EntryValTransfers

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() argument
1311 if (EntryValTransfers.empty() || TRInst == nullptr) in cleanupEntryValueTransfers()
1314 auto TransRange = EntryValTransfers.equal_range(TRInst); in cleanupEntryValueTransfers()
1321 EntryValTransfers.erase(TRInst); in cleanupEntryValueTransfers()
1335 InstToEntryLocMap &EntryValTransfers, in removeEntryValue() argument
1389 EntryValTransfers); in removeEntryValue()
1398 InstToEntryLocMap &EntryValTransfers, in transferDebugValue() argument
1416 removeEntryValue(MI, OpenRanges, VarLocIDs, EntryVL, EntryValTransfers, in transferDebugValue()
1465 InstToEntryLocMap &EntryValTransfers, in emitEntryValues() argument
1493 EntryValTransfers.insert({&MI, EntryValueIDs.back()}); in emitEntryValues()
1573 InstToEntryLocMap &EntryValTransfers, in transferRegisterDef() argument
1641 emitEntryValues(MI, OpenRanges, VarLocIDs, EntryValTransfers, KillSet); in transferRegisterDef()
1999 InstToEntryLocMap &EntryValTransfers, in process() argument
2003 transferDebugValue(MI, OpenRanges, VarLocIDs, EntryValTransfers, in process()
2005 transferRegisterDef(MI, OpenRanges, VarLocIDs, EntryValTransfers, in process()
2243 InstToEntryLocMap EntryValTransfers; in ExtendRanges() local
2345 process(MI, OpenRanges, VarLocIDs, Transfers, EntryValTransfers, in ExtendRanges()
2381 for (auto &TR : EntryValTransfers) { in ExtendRanges()
2390 EntryValTransfers.clear(); in ExtendRanges()