Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DInstrRefBasedImpl.cpp1366 std::map<uint64_t, InstAndNum> DebugInstrNumToInstr; member in __anon84c0493f0211::InstrRefBasedLDV
1681 auto InstrIt = DebugInstrNumToInstr.find(InstNo); in transferDebugInstrRef()
1682 if (InstrIt != DebugInstrNumToInstr.end()) { in transferDebugInstrRef()
2180 DebugInstrNumToInstr.insert(std::make_pair(InstrNo, InstrAndPos)); in produceMLocTransferFunction()
3351 DebugInstrNumToInstr.clear(); in ExtendRanges()