Lines Matching refs:DebugVariable

230   DenseMap<LocIdx, SmallSet<DebugVariable, 4>> ActiveMLocs;
235 DenseMap<DebugVariable, ResolvedDbgValue> ActiveVLocs;
247 DebugVariable Var;
250 UseBeforeDef(ArrayRef<DbgOp> Values, const DebugVariable &Var, in UseBeforeDef()
263 DenseSet<DebugVariable> UseBeforeDefVariables;
348 DebugVariable Var, DbgValue Value) { in loadVarInloc()
433 const SmallVectorImpl<std::pair<DebugVariable, DbgValue>> &VLocs, in loadInlocs() argument
489 void addUseBeforeDef(const DebugVariable &Var, in addUseBeforeDef()
596 bool isEntryValueVariable(const DebugVariable &Var, in isEntryValueVariable()
625 bool recoverAsEntryValue(const DebugVariable &Var, in recoverAsEntryValue()
667 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in redefVar()
706 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in redefVar()
725 SmallVector<std::pair<LocIdx, DebugVariable>> LostMLocs; in redefVar()
814 DenseSet<DebugVariable> NewMLocs; in clobberMloc()
817 SmallVector<std::pair<LocIdx, DebugVariable>> LostMLocs; in clobberMloc()
920 const DebugVariable &Var, in emitMOLoc()
1159 const DebugVariable &Var, in emitLoc()
1588 DebugVariable V(Var, Expr, InlinedAt); in transferDebugInstrRef()
2194 DebugVariable MIVar(MI.getDebugVariable(), MI.getDebugExpression(), in accumulateFragmentMap()
3094 const DILocation *DILoc, const SmallSet<DebugVariable, 4> &VarsWeCareAbout, in buildVLocValueMap() argument
3341 const DebugVariable &Var, LiveInsT &Output) { in placePHIsForSingleVarDefinition()
3488 DenseMap<DebugVariable, unsigned> &AllVarsNumbering, in depthFirstVLocAndEmit() argument
3599 DenseMap<DebugVariable, unsigned> &AllVarsNumbering) { in emitTransfers() argument
3610 DebugVariable Var(MI->getDebugVariable(), MI->getDebugExpression(), in emitTransfers()
3742 DenseMap<DebugVariable, unsigned> AllVarsNumbering; in ExtendRanges()