Lines Matching refs:DbgOp
248 SmallVector<DbgOp> Values;
253 UseBeforeDef(ArrayRef<DbgOp> Values, DebugVariableID VarID, in UseBeforeDef()
360 SmallVector<DbgOp> DbgOps; in loadVarInloc()
376 DbgOp Op = DbgOpStore.find(ID); in loadVarInloc()
516 const SmallVectorImpl<DbgOp> &DbgOps, unsigned Inst) { in addUseBeforeDef()
540 for (DbgOp &Op : Use.Values) { in checkInstForNewValues()
581 for (DbgOp &Op : Use.Values) { in checkInstForNewValues()
984 void DbgOp::dump(const MLocTracker *MTrack) const { in dump()
1629 DbgOpID ConstOpID = DbgOpStore.insert(DbgOp(MO)); in transferDebugInstrRef()
1665 SmallVector<DbgOp> DbgOps; in transferDebugInstrRef()
1676 for (const DbgOp &Op : DbgOps) { in transferDebugInstrRef()
1705 for (const DbgOp &DbgOp : DbgOps) { in transferDebugInstrRef() local
1706 if (DbgOp.IsConst) { in transferDebugInstrRef()
1707 NewLocs.push_back(DbgOp.MO); in transferDebugInstrRef()
1710 LocIdx FoundLoc = FoundLocs.find(DbgOp.ID)->second.getLoc(); in transferDebugInstrRef()
2892 DbgOp OutValOp = DbgOpStore.find(OutValOpID); in pickOperandPHILoc()