GraphTraits specialization treating a MachineBasicBlock as a CFG node via successors.
Synopsis
Declared in <llvm/CodeGen/MachineBasicBlock.h>
template<>
struct GraphTraits<MachineBasicBlock*>;
Type Aliases
Name |
Description |
Iterator over successor machine basic blocks of a CFG node. |
|
Graph node type for a mutable machine basic block pointer. |
Static Member Functions
Name |
Description |
Return the begin iterator over successors of |
|
Return the end iterator over successors of |
|
Return |
|
Return the analysis number of machine basic block |
Derived Classes
Name |
Description |
GraphTraits specialization treating a MachineFunction as a CFG of machine basic blocks, with the entry node as the first block. |
Created with MrDocs