Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp143 auto &HistoryMapEntries = Record.second; in trimLocationRanges() local
144 if (HistoryMapEntries.empty()) in trimLocationRanges()
175 ReferenceCount.assign(HistoryMapEntries.size(), 0); in trimLocationRanges()
180 for (auto EI = HistoryMapEntries.begin(), EE = HistoryMapEntries.end(); in trimLocationRanges()
200 ? HistoryMapEntries[EndIndex].getInstr() in trimLocationRanges()
225 for (size_t i = 0; i < HistoryMapEntries.size(); ++i) in trimLocationRanges()
226 if (ReferenceCount[i] <= 0 && HistoryMapEntries[i].isClobber()) in trimLocationRanges()
234 Offsets.assign(HistoryMapEntries.size(), 0); in trimLocationRanges()
237 for (size_t EntryIdx = *ToRemoveItr; EntryIdx < HistoryMapEntries.size(); in trimLocationRanges()
249 for (auto &Entry : HistoryMapEntries) in trimLocationRanges()
[all …]
H A DDwarfDebug.cpp1798 const auto &HistoryMapEntries = I.second; in collectEntityInfo() local
1802 if (!DbgValues.hasNonEmptyLocation(HistoryMapEntries)) in collectEntityInfo()
1819 const MachineInstr *MInsn = HistoryMapEntries.front().getInstr(); in collectEntityInfo()
1825 size_t HistSize = HistoryMapEntries.size(); in collectEntityInfo()
1827 HistSize == 2 && HistoryMapEntries[1].isClobber(); in collectEntityInfo()
1830 SingleValueWithClobber ? HistoryMapEntries[1].getInstr() : nullptr; in collectEntityInfo()
1846 bool isValidSingleLocation = buildLocationList(Entries, HistoryMapEntries); in collectEntityInfo()