Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DInstrRefBasedImpl.cpp1681 auto InstrIt = DebugInstrNumToInstr.find(InstNo); in transferDebugInstrRef() local
1682 if (InstrIt != DebugInstrNumToInstr.end()) { in transferDebugInstrRef()
1683 const MachineInstr &TargetInstr = *InstrIt->second.first; in transferDebugInstrRef()
1695 NewID = ValueIDNum(BlockNo, InstrIt->second.second, L); in transferDebugInstrRef()