Home
last modified time | relevance | path

Searched refs:EntryValTransfers (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp973 InstToEntryLocMap &EntryValTransfers,
977 InstToEntryLocMap &EntryValTransfers,
993 InstToEntryLocMap &EntryValTransfers,
1233 if (EntryValTransfers.empty() || TRInst == nullptr) in cleanupEntryValueTransfers()
1236 auto TransRange = EntryValTransfers.equal_range(TRInst); in cleanupEntryValueTransfers()
1243 EntryValTransfers.erase(TRInst); in cleanupEntryValueTransfers()
1311 EntryValTransfers); in removeEntryValue()
1415 EntryValTransfers.insert({&MI, EntryValueIDs.back()}); in emitEntryValues()
2136 InstToEntryLocMap EntryValTransfers; in ExtendRanges() local
2274 for (auto &TR : EntryValTransfers) { in ExtendRanges()
[all …]