Lines Matching refs:InlinedEntity
70 bool DbgValueHistoryMap::startDbgValue(InlinedEntity Var, in startDbgValue()
90 EntryIndex DbgValueHistoryMap::startClobber(InlinedEntity Var, in startClobber()
146 InlinedEntity Entity = Record.first; in trimLocationRanges()
276 void DbgLabelInstrMap::addInstr(InlinedEntity Label, const MachineInstr &MI) { in addInstr()
284 using InlinedEntity = DbgValueHistoryMap::InlinedEntity; typedef
285 using RegDescribedVarsMap = std::map<unsigned, SmallVector<InlinedEntity, 1>>;
291 using DbgValueEntriesMap = std::map<InlinedEntity, SmallSet<EntryIndex, 1>>;
297 InlinedEntity Var) { in dropRegDescribedVar()
311 InlinedEntity Var) { in addRegDescribedVar()
322 static void clobberRegEntries(InlinedEntity Var, unsigned RegNo, in clobberRegEntries()
363 static void handleNewDebugValue(InlinedEntity Var, const MachineInstr &DV, in handleNewDebugValue()
468 InlinedEntity Var(RawVar, MI.getDebugLoc()->getInlinedAt()); in calculateDbgEntityHistory()
479 InlinedEntity L(RawLabel, MI.getDebugLoc()->getInlinedAt()); in calculateDbgEntityHistory()
561 const InlinedEntity &Var = VarRangePair.first; in dump()