Home
last modified time | relevance | path

Searched refs:DbgOpStore (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp357 void loadVarInloc(MachineBasicBlock &MBB, DbgOpIDMap &DbgOpStore, in loadVarInloc() argument
376 DbgOp Op = DbgOpStore.find(ID); in loadVarInloc()
452 loadInlocs(MachineBasicBlock &MBB, ValueTable &MLocs, DbgOpIDMap &DbgOpStore, in loadInlocs() argument
473 {DbgOpStore.find(OpID).ID, LocationAndQuality()}); in loadInlocs()
507 loadVarInloc(MBB, DbgOpStore, ValueToLoc, Var.first, Var.second); in loadInlocs()
1436 DebugOps.push_back(DbgOpStore.insert(MTracker->readReg(MO.getReg()))); in transferDebugValue()
1438 DebugOps.push_back(DbgOpStore.insert(MO)); in transferDebugValue()
1629 DbgOpID ConstOpID = DbgOpStore.insert(DbgOp(MO)); in transferDebugInstrRef()
1644 DbgOpIDs.push_back(DbgOpStore.insert(*NewID)); in transferDebugInstrRef()
1667 DbgOps.push_back(DbgOpStore.find(OpID)); in transferDebugInstrRef()
[all …]
H A DInstrRefBasedImpl.h1249 DbgOpIDMap DbgOpStore;