Advance It while it points to a debug instruction and return the result.
Declared in <llvm/IR/BasicBlock.h>
BasicBlock::iterator
skipDebugIntrinsics(BasicBlock::iterator It);
This assumes that It is not at the end of a block.
An iterator past any leading debug intrinsics.
| Name | Description |
|---|---|
| It | Iterator into a basic block's instruction list. |