Lines Matching defs:DbgOp
248 SmallVector<DbgOp> Values;
253 UseBeforeDef(ArrayRef<DbgOp> Values, DebugVariableID VarID,
354 /// \p DbgOpStore is the map containing the DbgOpID->DbgOp mapping needed to
359 SmallVector<DbgOp> DbgOps;
375 DbgOp Op = DbgOpStore.find(ID);
515 const SmallVectorImpl<DbgOp> &DbgOps, unsigned Inst) {
539 for (DbgOp &Op : Use.Values) {
580 for (DbgOp &Op : Use.Values) {
983 void DbgOp::dump(const MLocTracker *MTrack) const {
1206 "Expected to have either one DbgOp per MI LocationOp, or none.");
1649 DbgOpID ConstOpID = DbgOpStore.insert(DbgOp(MO));
1685 SmallVector<DbgOp> DbgOps;
1696 for (const DbgOp &Op : DbgOps) {
1725 for (const DbgOp &DbgOp : DbgOps) {
1726 if (DbgOp.IsConst) {
1727 NewLocs.push_back(DbgOp.MO);
1730 LocIdx FoundLoc = FoundLocs.find(DbgOp.ID)->second.getLoc();
2908 DbgOp OutValOp = DbgOpStore.find(OutValOpID);