ΒΆBasicBlock::iterator skipDebugIntrinsics(
    BasicBlock::iterator It)

Description

Advance \p It while it points to a debug instruction and return the result. This assumes that \p It is not at the end of a block.

Declared at: llvm/include/llvm/IR/BasicBlock.h:455

Parameters

BasicBlock::iterator It