Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1150 auto InstrIt = DebugInstrNumToInstr.find(InstNo); in transferDebugInstrRef()
1153 if (InstrIt != DebugInstrNumToInstr.end()) { in transferDebugInstrRef()
1907 DebugInstrNumToInstr.insert(std::make_pair(InstrNo, InstrAndPos)); in produceMLocTransferFunction()
3333 DebugInstrNumToInstr.clear(); in ExtendRanges()
H A DInstrRefBasedImpl.h866 std::map<uint64_t, InstAndNum> DebugInstrNumToInstr; variable