Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DDebugify.cpp441 auto InstrIt = DILocsBefore.find(Instr); in checkInstructions() local
442 if (InstrIt == DILocsBefore.end()) { in checkInstructions()
456 if (!InstrIt->second) in checkInstructions()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1460 auto InstrIt = DebugInstrNumToInstr.find(InstNo); in getValueForInstrRef() local
1462 if (InstrIt != DebugInstrNumToInstr.end()) { in getValueForInstrRef()
1463 const MachineInstr &TargetInstr = *InstrIt->second.first; in getValueForInstrRef()
1472 NewID = ValueIDNum(BlockNo, InstrIt->second.second, *L); in getValueForInstrRef()
1485 NewID = ValueIDNum(BlockNo, InstrIt->second.second, L); in getValueForInstrRef()