Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1486 std::map<uint64_t, InstAndNum> DebugInstrNumToInstr; member in __anon36b66d1c0211::InstrRefBasedLDV
1848 auto InstrIt = DebugInstrNumToInstr.find(InstNo); in transferDebugInstrRef()
1851 if (InstrIt != DebugInstrNumToInstr.end()) { in transferDebugInstrRef()
2478 DebugInstrNumToInstr.insert(std::make_pair(InstrNo, InstrAndPos)); in produceMLocTransferFunction()
3684 DebugInstrNumToInstr.clear(); in ExtendRanges()