Lines Matching refs:DebugVariable
988 const DebugVariable &Var,
1014 MapVector<DebugVariable, DbgValue> Vars;
1015 SmallDenseMap<DebugVariable, const DILocation *, 8> Scopes;
1027 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(),
1042 void considerOverlaps(const DebugVariable &Var, const DILocation *Loc) {
1054 if (DebugVariable::isDefaultFragment(FragmentInfo))
1057 DebugVariable Overlapped(Var.getVariable(), OptFragmentInfo,
1096 using VarAndLoc = std::pair<DebugVariable, DbgValue>;
1109 using ScopeToVarsT = DenseMap<const LexicalScope *, SmallSet<DebugVariable, 4>>;
1335 const DebugVariable &Var, LiveInsT &Output);
1384 const SmallSet<DebugVariable, 4> &VarsWeCareAbout,
1420 bool emitTransfers(DenseMap<DebugVariable, unsigned> &AllVarsNumbering);
1445 DenseMap<DebugVariable, unsigned> &AllVarsNumbering,