Lines Matching refs:DebugVariable

211   DenseMap<LocIdx, SmallSet<DebugVariable, 4>> ActiveMLocs;
216 DenseMap<DebugVariable, LocAndProperties> ActiveVLocs;
228 DebugVariable Var;
240 DenseSet<DebugVariable> UseBeforeDefVariables;
263 const SmallVectorImpl<std::pair<DebugVariable, DbgValue>> &VLocs, in loadInlocs() argument
354 void addUseBeforeDef(const DebugVariable &Var, in addUseBeforeDef()
406 bool isEntryValueVariable(const DebugVariable &Var, in isEntryValueVariable()
435 bool recoverAsEntryValue(const DebugVariable &Var, in recoverAsEntryValue()
463 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in redefVar()
491 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in redefVar()
572 DenseSet<DebugVariable> NewMLocs; in clobberMloc()
645 const DebugVariable &Var, in emitMOLoc()
857 const DebugVariable &Var, in emitLoc()
1044 DebugVariable V(Var, Expr, InlinedAt); in transferDebugValue()
1116 DebugVariable V(Var, Expr, InlinedAt); in transferDebugInstrRef()
1795 DebugVariable MIVar(MI.getDebugVariable(), MI.getDebugExpression(), in accumulateFragmentMap()
2357 const MachineBasicBlock &MBB, const DebugVariable &Var, in pickVPHILoc()
2624 const DILocation *DILoc, const SmallSet<DebugVariable, 4> &VarsWeCareAbout, in buildVLocValueMap() argument
2871 const DebugVariable &Var, LiveInsT &Output) { in placePHIsForSingleVarDefinition()
3013 DenseMap<DebugVariable, unsigned> &AllVarsNumbering, in depthFirstVLocAndEmit() argument
3124 DenseMap<DebugVariable, unsigned> &AllVarsNumbering) { in emitTransfers() argument
3135 DebugVariable Var(MI->getDebugVariable(), MI->getDebugExpression(), in emitTransfers()
3267 DenseMap<DebugVariable, unsigned> AllVarsNumbering; in ExtendRanges()