Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1848 auto InstrIt = DebugInstrNumToInstr.find(InstNo); in transferDebugInstrRef() local
1851 if (InstrIt != DebugInstrNumToInstr.end()) { in transferDebugInstrRef()
1852 const MachineInstr &TargetInstr = *InstrIt->second.first; in transferDebugInstrRef()
1864 NewID = ValueIDNum(BlockNo, InstrIt->second.second, L); in transferDebugInstrRef()