Lines Matching refs:InlinedEntity
70 bool DbgValueHistoryMap::startDbgValue(InlinedEntity Var, in startDbgValue()
90 EntryIndex DbgValueHistoryMap::startClobber(InlinedEntity Var, in startClobber()
149 InlinedEntity Entity = Record.first; in trimLocationRanges()
283 void DbgLabelInstrMap::addInstr(InlinedEntity Label, const MachineInstr &MI) { in addInstr()
291 using InlinedEntity = DbgValueHistoryMap::InlinedEntity; typedef
292 using RegDescribedVarsMap = std::map<unsigned, SmallVector<InlinedEntity, 1>>;
298 using DbgValueEntriesMap = std::map<InlinedEntity, SmallSet<EntryIndex, 1>>;
304 InlinedEntity Var) { in dropRegDescribedVar()
318 InlinedEntity Var) { in addRegDescribedVar()
329 static void clobberRegEntries(InlinedEntity Var, unsigned RegNo, in clobberRegEntries()
370 static void handleNewDebugValue(InlinedEntity Var, const MachineInstr &DV, in handleNewDebugValue()
475 InlinedEntity Var(RawVar, MI.getDebugLoc()->getInlinedAt()); in calculateDbgEntityHistory()
486 InlinedEntity L(RawLabel, MI.getDebugLoc()->getInlinedAt()); in calculateDbgEntityHistory()
568 const InlinedEntity &Var = VarRangePair.first; in dump()