Return an iterator to the next DbgRecord after this instruction.
Declared in <llvm/IR/Instruction.h>
std::optional<simple_ilist<DbgRecord>::iterator>
getDbgReinsertionPosition();
This is the position to pass to BasicBlock::reinsertInstInDbgRecords when re-inserting an instruction, or std::nullopt if there is none.
Optional iterator to the next DbgRecord, or nullopt.