Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DDebugify.cpp434 auto InstrIt = DILocsBefore.find(Instr); in checkInstructions() local
435 if (InstrIt == DILocsBefore.end()) { in checkInstructions()
449 if (!InstrIt->second) in checkInstructions()
/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1150 auto InstrIt = DebugInstrNumToInstr.find(InstNo); in transferDebugInstrRef() local
1153 if (InstrIt != DebugInstrNumToInstr.end()) { in transferDebugInstrRef()
1154 const MachineInstr &TargetInstr = *InstrIt->second.first; in transferDebugInstrRef()
1163 NewID = ValueIDNum(BlockNo, InstrIt->second.second, *L); in transferDebugInstrRef()
1176 NewID = ValueIDNum(BlockNo, InstrIt->second.second, L); in transferDebugInstrRef()