Lines Matching refs:EntryValTransfers
963 InstToEntryLocMap &EntryValTransfers,
970 InstToEntryLocMap &EntryValTransfers);
973 InstToEntryLocMap &EntryValTransfers,
977 InstToEntryLocMap &EntryValTransfers,
986 InstToEntryLocMap &EntryValTransfers,
993 InstToEntryLocMap &EntryValTransfers,
1232 const VarLoc &EntryVL, InstToEntryLocMap &EntryValTransfers) { in cleanupEntryValueTransfers() argument
1233 if (EntryValTransfers.empty() || TRInst == nullptr) in cleanupEntryValueTransfers()
1236 auto TransRange = EntryValTransfers.equal_range(TRInst); in cleanupEntryValueTransfers()
1243 EntryValTransfers.erase(TRInst); in cleanupEntryValueTransfers()
1257 InstToEntryLocMap &EntryValTransfers, in removeEntryValue() argument
1311 EntryValTransfers); in removeEntryValue()
1320 InstToEntryLocMap &EntryValTransfers, in transferDebugValue() argument
1338 removeEntryValue(MI, OpenRanges, VarLocIDs, EntryVL, EntryValTransfers, in transferDebugValue()
1387 InstToEntryLocMap &EntryValTransfers, in emitEntryValues() argument
1415 EntryValTransfers.insert({&MI, EntryValueIDs.back()}); in emitEntryValues()
1495 InstToEntryLocMap &EntryValTransfers, in transferRegisterDef() argument
1564 emitEntryValues(MI, OpenRanges, VarLocIDs, EntryValTransfers, KillSet); in transferRegisterDef()
1898 InstToEntryLocMap &EntryValTransfers, in process() argument
1902 transferDebugValue(MI, OpenRanges, VarLocIDs, EntryValTransfers, in process()
1904 transferRegisterDef(MI, OpenRanges, VarLocIDs, EntryValTransfers, in process()
2136 InstToEntryLocMap EntryValTransfers; in ExtendRanges() local
2238 process(MI, OpenRanges, VarLocIDs, Transfers, EntryValTransfers, in ExtendRanges()
2274 for (auto &TR : EntryValTransfers) { in ExtendRanges()
2283 EntryValTransfers.clear(); in ExtendRanges()