Lines Matching refs:InlinedEntity
71 bool DbgValueHistoryMap::startDbgValue(InlinedEntity Var, in startDbgValue()
91 EntryIndex DbgValueHistoryMap::startClobber(InlinedEntity Var, in startClobber()
147 InlinedEntity Entity = Record.first; in trimLocationRanges()
277 void DbgLabelInstrMap::addInstr(InlinedEntity Label, const MachineInstr &MI) { in addInstr()
285 using InlinedEntity = DbgValueHistoryMap::InlinedEntity; typedef
286 using RegDescribedVarsMap = std::map<unsigned, SmallVector<InlinedEntity, 1>>;
292 using DbgValueEntriesMap = std::map<InlinedEntity, SmallSet<EntryIndex, 1>>;
298 InlinedEntity Var) { in dropRegDescribedVar()
312 InlinedEntity Var) { in addRegDescribedVar()
323 static void clobberRegEntries(InlinedEntity Var, unsigned RegNo, in clobberRegEntries()
364 static void handleNewDebugValue(InlinedEntity Var, const MachineInstr &DV, in handleNewDebugValue()
469 InlinedEntity Var(RawVar, MI.getDebugLoc()->getInlinedAt()); in calculateDbgEntityHistory()
480 InlinedEntity L(RawLabel, MI.getDebugLoc()->getInlinedAt()); in calculateDbgEntityHistory()
562 const InlinedEntity &Var = VarRangePair.first; in dump()