Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1049 InstToEntryLocMap &EntryValTransfers,
1053 InstToEntryLocMap &EntryValTransfers,
1071 InstToEntryLocMap &EntryValTransfers,
1311 if (EntryValTransfers.empty() || TRInst == nullptr) in cleanupEntryValueTransfers()
1314 auto TransRange = EntryValTransfers.equal_range(TRInst); in cleanupEntryValueTransfers()
1321 EntryValTransfers.erase(TRInst); in cleanupEntryValueTransfers()
1389 EntryValTransfers); in removeEntryValue()
1493 EntryValTransfers.insert({&MI, EntryValueIDs.back()}); in emitEntryValues()
2243 InstToEntryLocMap EntryValTransfers; in ExtendRanges() local
2381 for (auto &TR : EntryValTransfers) { in ExtendRanges()
[all …]