LLVM
8.0.1
|
#include "llvm/CodeGen/SelectionDAG.h"
Public Types | |
using | nodes_iterator = pointer_iterator< SelectionDAG::allnodes_iterator > |
Public Types inherited from llvm::GraphTraits< SDNode *> | |
using | NodeRef = typename SDNode *::UnknownGraphTypeError |
Static Public Member Functions | |
static nodes_iterator | nodes_begin (SelectionDAG *G) |
static nodes_iterator | nodes_end (SelectionDAG *G) |
Definition at line 1642 of file SelectionDAG.h.
using llvm::GraphTraits< SelectionDAG * >::nodes_iterator = pointer_iterator<SelectionDAG::allnodes_iterator> |
Definition at line 1643 of file SelectionDAG.h.
|
inlinestatic |
Definition at line 1645 of file SelectionDAG.h.
References llvm::SelectionDAG::allnodes_begin().
|
inlinestatic |
Definition at line 1649 of file SelectionDAG.h.
References llvm::SelectionDAG::allnodes_end().