Lines Matching refs:InlinedEntity
45 void DbgValueHistoryMap::startInstrRange(InlinedEntity Var, in startInstrRange()
60 void DbgValueHistoryMap::endInstrRange(InlinedEntity Var, in endInstrRange()
71 unsigned DbgValueHistoryMap::getRegisterForVar(InlinedEntity Var) const { in getRegisterForVar()
81 void DbgLabelInstrMap::addInstr(InlinedEntity Label, const MachineInstr &MI) { in addInstr()
89 using InlinedEntity = DbgValueHistoryMap::InlinedEntity; typedef
90 using RegDescribedVarsMap = std::map<unsigned, SmallVector<InlinedEntity, 1>>;
96 InlinedEntity Var) { in dropRegDescribedVar()
110 InlinedEntity Var) { in addRegDescribedVar()
251 InlinedEntity Var(RawVar, MI.getDebugLoc()->getInlinedAt()); in calculateDbgEntityHistory()
268 InlinedEntity L(RawLabel, MI.getDebugLoc()->getInlinedAt()); in calculateDbgEntityHistory()
291 const InlinedEntity &Var = VarRangePair.first; in dump()