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()
180 EntryIndex StartIndex = 0; in trimLocationRanges()
189 EntryIndex EndIndex = EI->getEndIndex(); in trimLocationRanges()
259 for (EntryIndex Idx : llvm::reverse(ToRemove)) in trimLocationRanges()
298 using DbgValueEntriesMap = std::map<InlinedEntity, SmallSet<EntryIndex, 1>>;
334 EntryIndex ClobberIndex = HistMap.startClobber(Var, ClobberingInstr); in clobberRegEntries()
336 SmallVector<EntryIndex, 4> IndicesToErase; in clobberRegEntries()
374 EntryIndex NewIndex; in handleNewDebugValue()
380 SmallVector<EntryIndex, 4> IndicesToErase; in handleNewDebugValue()
548 EntryIndex ClobIdx = DbgValues.startClobber(Pair.first, MBB.back()); in calculateDbgEntityHistory()
551 for (EntryIndex Idx : Pair.second) { in calculateDbgEntityHistory()