Lines Matching refs:DbgOpStore
346 void loadVarInloc(MachineBasicBlock &MBB, DbgOpIDMap &DbgOpStore, in loadVarInloc() argument
365 DbgOp Op = DbgOpStore.find(ID); in loadVarInloc()
432 loadInlocs(MachineBasicBlock &MBB, ValueTable &MLocs, DbgOpIDMap &DbgOpStore, in loadInlocs() argument
451 ValueToLoc.insert({DbgOpStore.find(OpID).ID, LocationAndQuality()}); in loadInlocs()
482 loadVarInloc(MBB, DbgOpStore, ValueToLoc, Var.first, Var.second); in loadInlocs()
1405 DebugOps.push_back(DbgOpStore.insert(MTracker->readReg(MO.getReg()))); in transferDebugValue()
1407 DebugOps.push_back(DbgOpStore.insert(MO)); in transferDebugValue()
1598 DbgOpID ConstOpID = DbgOpStore.insert(DbgOp(MO)); in transferDebugInstrRef()
1613 DbgOpIDs.push_back(DbgOpStore.insert(*NewID)); in transferDebugInstrRef()
1636 DbgOps.push_back(DbgOpStore.find(OpID)); in transferDebugInstrRef()
2836 NewDbgOps.push_back(DbgOpStore.insert(*JoinedOpLoc)); in pickVPHILoc()
2858 DbgOp OutValOp = DbgOpStore.find(OutValOpID); in pickOperandPHILoc()
3515 TTracker->loadInlocs(MBB, MInLocs[MBB], DbgOpStore, Output[BBNum], NumLocs); in depthFirstVLocAndEmit()
3813 DbgOpStore.clear(); in ExtendRanges()