#include <CGRADataFlowGraph.hpp>
|
| | GEPConstantNode (Value *v, int ID, int const_value) |
| |
| virtual string | getExtraAttr () const |
| |
| virtual string | getNodeAttr () const |
| |
| | ConstantNode (Value *v) |
| |
| | ConstantNode (Value *v, int ID) |
| |
| | ConstantNode (Value *v, SkipSeq *seq) |
| |
| | ConstantNode (Value *v, SkipSeq *seq, int ID) |
| |
| string | getUniqueName () const |
| |
| | DataNode (Value *v) |
| |
| | DataNode (Value *v, SkipSeq *seq) |
| |
| | DataNode (Value *v, SkipSeq *seq, int ID) |
| |
| | DFGNode (int ID, NodeKind kind, Value *val) |
| |
| | DFGNode (NodeKind kind, Value *val) |
| |
| | DFGNode (const DFGNode &N) |
| |
| | DFGNode (DFGNode &&N) |
| |
| DFGNode & | operator= (const DFGNode &N) |
| |
| DFGNode & | operator= (DFGNode &&N) |
| |
| NodeKind | getKind () const |
| |
| int | getID () const |
| |
| Value * | getValue () const |
| |
| bool | isEqualTo (const DFGNode &N) const |
| |
| void | setExtraInfo (StringRef key, json::Value V) |
| |
| bool | hasExtraInfo () const |
| |
| json::Value | getExtraInfoAsJSONObject () |
| |
◆ GEPConstantNode()
| llvm::GEPConstantNode::GEPConstantNode |
( |
Value * |
v, |
|
|
int |
ID, |
|
|
int |
const_value |
|
) |
| |
|
inlineexplicit |
◆ getExtraAttr()
| virtual string llvm::GEPConstantNode::getExtraAttr |
( |
| ) |
const |
|
inlinevirtual |
◆ getNodeAttr()
| virtual string llvm::GEPConstantNode::getNodeAttr |
( |
| ) |
const |
|
inlinevirtual |
◆ const_value
| int llvm::GEPConstantNode::const_value |
|
private |
The documentation for this class was generated from the following file: