Searched refs:DebugInstrNumToInstr (Results 1 – 1 of 1) sorted by relevance
1366 std::map<uint64_t, InstAndNum> DebugInstrNumToInstr; member in __anon84c0493f0211::InstrRefBasedLDV1681 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()