Lines Matching refs:EntryIndex
36 using EntryIndex = DbgValueHistoryMap::EntryIndex; typedef
72 EntryIndex &NewIndex) { in startDbgValue()
90 EntryIndex DbgValueHistoryMap::startClobber(InlinedEntity Var, in startClobber()
101 void DbgValueHistoryMap::Entry::endEntry(EntryIndex Index) { in endEntry()
133 SmallVector<EntryIndex, 4> ToRemove; in trimLocationRanges()
177 EntryIndex StartIndex = 0; in trimLocationRanges()
186 EntryIndex EndIndex = EI->getEndIndex(); in trimLocationRanges()
254 for (EntryIndex Idx : llvm::reverse(ToRemove)) in trimLocationRanges()
291 using DbgValueEntriesMap = std::map<InlinedEntity, SmallSet<EntryIndex, 1>>;
327 EntryIndex ClobberIndex = HistMap.startClobber(Var, ClobberingInstr); in clobberRegEntries()
329 SmallVector<EntryIndex, 4> IndicesToErase; in clobberRegEntries()
367 EntryIndex NewIndex; in handleNewDebugValue()
373 SmallVector<EntryIndex, 4> IndicesToErase; in handleNewDebugValue()
541 EntryIndex ClobIdx = DbgValues.startClobber(Pair.first, MBB.back()); in calculateDbgEntityHistory()
544 for (EntryIndex Idx : Pair.second) { in calculateDbgEntityHistory()