Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp240 auto ToRemoveItr = ToRemove.begin(); in trimLocationRanges() local
241 for (size_t EntryIdx = *ToRemoveItr; EntryIdx < HistoryMapEntries.size(); in trimLocationRanges()
244 if (ToRemoveItr != ToRemove.end() && *ToRemoveItr == EntryIdx) { in trimLocationRanges()
245 ++ToRemoveItr; in trimLocationRanges()