Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DDebugify.cpp423 auto InstrIt = DILocsBefore.find(Instr); in checkInstructions() local
424 if (InstrIt == DILocsBefore.end()) { in checkInstructions()
438 if (!InstrIt->second) in checkInstructions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1683 auto InstrIt = DebugInstrNumToInstr.find(InstNo); in transferDebugInstrRef() local
1684 if (InstrIt != DebugInstrNumToInstr.end()) { in transferDebugInstrRef()
1685 const MachineInstr &TargetInstr = *InstrIt->second.first; in transferDebugInstrRef()
1697 NewID = ValueIDNum(BlockNo, InstrIt->second.second, L); in transferDebugInstrRef()