|
LLVM
4.0.0
|
#include <RDFGraph.h>
Public Types | |
| typedef Iterator | iterator |
Public Member Functions | |
| DefStack ()=default | |
| bool | empty () const |
| iterator | top () const |
| iterator | bottom () const |
| unsigned | size () const |
| void | push (NodeAddr< DefNode * > DA) |
| void | pop () |
| void | start_block (NodeId N) |
| void | clear_block (NodeId N) |
Friends | |
| struct | Iterator |
Definition at line 767 of file RDFGraph.h.
Definition at line 802 of file RDFGraph.h.
|
default |
|
inline |
Definition at line 804 of file RDFGraph.h.
References Iterator.
Referenced by empty(), llvm::rdf::operator<<(), and size().
| void DataFlowGraph::DefStack::clear_block | ( | NodeId | N | ) |
Definition at line 815 of file RDFGraph.cpp.
References assert().
|
inline |
Definition at line 770 of file RDFGraph.h.
| void DataFlowGraph::DefStack::pop | ( | ) |
Definition at line 800 of file RDFGraph.cpp.
References assert().
Definition at line 807 of file RDFGraph.h.
| unsigned DataFlowGraph::DefStack::size | ( | ) | const |
| void DataFlowGraph::DefStack::start_block | ( | NodeId | N | ) |
Definition at line 807 of file RDFGraph.cpp.
References assert().
|
inline |
Definition at line 803 of file RDFGraph.h.
References Iterator.
Referenced by empty(), llvm::rdf::operator<<(), and size().
|
friend |
Definition at line 813 of file RDFGraph.h.
1.8.6