Searched refs:DbgOpStore (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 346 void loadVarInloc(MachineBasicBlock &MBB, DbgOpIDMap &DbgOpStore, in loadVarInloc() argument 365 DbgOp Op = DbgOpStore.find(ID); in loadVarInloc() 482 loadVarInloc(MBB, DbgOpStore, ValueToLoc, Var.first, Var.second); in loadInlocs() 1414 DebugOps.push_back(DbgOpStore.insert(MO)); in transferDebugValue() 1604 DbgOpID ConstOpID = DbgOpStore.insert(DbgOp(MO)); in transferDebugInstrRef() 1619 DbgOpIDs.push_back(DbgOpStore.insert(*NewID)); in transferDebugInstrRef() 1642 DbgOps.push_back(DbgOpStore.find(OpID)); in transferDebugInstrRef() 2834 NewDbgOps.push_back(DbgOpStore.insert(*JoinedOpLoc)); in pickVPHILoc() 2857 DbgOp OutValOp = DbgOpStore.find(OutValOpID); in pickOperandPHILoc() 3514 TTracker->loadInlocs(MBB, MInLocs[BBNum], DbgOpStore, Output[BBNum], in depthFirstVLocAndEmit() [all …]
|
H A D | InstrRefBasedImpl.h | 1162 DbgOpIDMap DbgOpStore;
|