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.cpp1042 InstToEntryLocMap &EntryValTransfers,
1049 InstToEntryLocMap &EntryValTransfers);
1052 InstToEntryLocMap &EntryValTransfers,
1056 InstToEntryLocMap &EntryValTransfers,
1065 InstToEntryLocMap &EntryValTransfers,
1074 InstToEntryLocMap &EntryValTransfers,
1323 const VarLoc &EntryVL, InstToEntryLocMap &EntryValTransfers) { in cleanupEntryValueTransfers() argument
1324 if (EntryValTransfers.empty() || TRInst == nullptr) in cleanupEntryValueTransfers()
1327 auto TransRange = EntryValTransfers.equal_range(TRInst); in cleanupEntryValueTransfers()
1334 EntryValTransfers.erase(TRInst); in cleanupEntryValueTransfers()
[all …]