Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1370 std::map<uint64_t, InstAndNum> DebugInstrNumToInstr; member in __anon45b083930211::InstrRefBasedLDV
1683 auto InstrIt = DebugInstrNumToInstr.find(InstNo); in transferDebugInstrRef()
1684 if (InstrIt != DebugInstrNumToInstr.end()) { in transferDebugInstrRef()
2182 DebugInstrNumToInstr.insert(std::make_pair(InstrNo, InstrAndPos)); in produceMLocTransferFunction()
3351 DebugInstrNumToInstr.clear(); in ExtendRanges()