Return an end iterator over the basic blocks of F.
Synopsis
Declared in <llvm/CodeGen/MachineFunction.h>
static
nodes_iterator
nodes_end(MachineFunction* F);
Return Value
End iterator over the basic blocks of F.
Parameters
Name |
Description |
F |
Machine function whose blocks are iterated. |
Created with MrDocs