inst_begin overloads
Synopses
Declared in <llvm/IR/InstIterator.h>
Return an iterator to the first instruction in F.
Return a const iterator to the first instruction in F.
Return an iterator to the first instruction in F.
Return a const iterator to the first instruction in F.
Return Value
-
Begin iterator over the instructions in
F. -
Const begin iterator over the instructions in
F.
Parameters
Name |
Description |
F |
Function whose instructions are iterated. |
Created with MrDocs