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