Grant InstIterator access to the basic‐block list.
Synopsis
Declared in <llvm/IR/InstIterator.h>
template<
class BB_t,
class BB_i_t,
class BI_t,
class II_t>
class InstIterator;
Type Aliases
Name |
Description |
Signed distance between iterators. |
|
Bidirectional traversal category. |
|
Pointer to an instruction. |
|
Reference to an instruction. |
|
Instruction type referred to by this iterator. |
Member Functions
Name |
Description |
|
Constructors |
Return the underlying basic‐block list iterator. |
|
Return the underlying instruction iterator within the current block. |
|
Return a reference to the current instruction. |
|
Increment operators |
|
Decrement operators |
|
Return a pointer to the current instruction. |
|
Return true if this iterator equals |
|
Return true if this iterator is not equal to |
Created with MrDocs