Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1039 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()
[all …]