Lines Matching refs:DbgOps

360     SmallVector<DbgOp> DbgOps;  in loadVarInloc()  local
377 DbgOps.push_back(Op); in loadVarInloc()
426 addUseBeforeDef(VarID, Value.Properties, DbgOps, LastUseBeforeDef); in loadVarInloc()
516 const SmallVectorImpl<DbgOp> &DbgOps, unsigned Inst) { in addUseBeforeDef() argument
517 UseBeforeDefs[Inst].emplace_back(DbgOps, VarID, Properties); in addUseBeforeDef()
579 SmallVector<ResolvedDbgOp> DbgOps; in checkInstForNewValues() local
583 DbgOps.push_back(Op.MO); in checkInstForNewValues()
589 DbgOps.push_back(NewLoc); in checkInstForNewValues()
595 if (DbgOps.size() != Use.Values.size()) in checkInstForNewValues()
601 Use.VarID, MTracker->emitLoc(DbgOps, Var, DILoc, Use.Properties))); in checkInstForNewValues()
857 SmallVector<ResolvedDbgOp> DbgOps; in clobberMloc() local
862 DbgOps.insert(DbgOps.begin(), ActiveVLocIt->second.Ops.size(), in clobberMloc()
864 replace_copy(ActiveVLocIt->second.Ops, DbgOps.begin(), OldOp, NewOp); in clobberMloc()
869 VarID, &*MTracker->emitLoc(DbgOps, Var, DILoc, Properties))); in clobberMloc()
880 ActiveVLocIt->second.Ops = DbgOps; in clobberMloc()
1190 MLocTracker::emitLoc(const SmallVectorImpl<ResolvedDbgOp> &DbgOps, in emitLoc() argument
1200 assert(all_of(DbgOps, in emitLoc()
1205 assert((DbgOps.size() == 0 || in emitLoc()
1206 DbgOps.size() == Properties.getLocationOpCount()) && in emitLoc()
1229 if (DbgOps.empty()) in emitLoc()
1236 assert(DbgOps.size() == Properties.getLocationOpCount()); in emitLoc()
1242 const ResolvedDbgOp &Op = DbgOps[Idx]; in emitLoc()
1665 SmallVector<DbgOp> DbgOps; in transferDebugInstrRef() local
1667 DbgOps.push_back(DbgOpStore.find(OpID)); in transferDebugInstrRef()
1676 for (const DbgOp &Op : DbgOps) { in transferDebugInstrRef()
1705 for (const DbgOp &DbgOp : DbgOps) { in transferDebugInstrRef()
1722 if (!DbgOps.empty() && NewLocs.empty()) { in transferDebugInstrRef()
1741 DbgOps, LastUseBeforeDef); in transferDebugInstrRef()