Default DomTreeNode traits for NodeT. The default implementation assume a Function‐like NodeT. Can be specialized to support different node types.
Synopsis
Declared in <llvm/Support/GenericDomTree.h>
template<typename NodeT>
struct DomTreeNodeTraits;
Type Aliases
Name |
Description |
Pointer to a CFG node / basic block. |
|
Concrete CFG node / basic‐block type. |
|
Pointer to the parent of a CFG node (e.g. a Function). |
|
Type of the parent of a CFG node (e.g. Function). |
Static Member Functions
Name |
Description |
Return the entry node of parent |
|
Return the parent of CFG node |
Created with MrDocs