#include <CGRADataFlowGraph.hpp>
|
| | ConstantNode (Value *v) |
| |
| | ConstantNode (Value *v, int ID) |
| |
| | ConstantNode (Value *v, SkipSeq *seq) |
| |
| | ConstantNode (Value *v, SkipSeq *seq, int ID) |
| |
| string | getUniqueName () const |
| |
| virtual string | getNodeAttr () const |
| |
| virtual string | getExtraAttr () 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 () |
| |
◆ ConstantNode() [1/4]
| llvm::ConstantNode::ConstantNode |
( |
Value * |
v | ) |
|
|
inlineexplicit |
◆ ConstantNode() [2/4]
| llvm::ConstantNode::ConstantNode |
( |
Value * |
v, |
|
|
int |
ID |
|
) |
| |
|
inline |
◆ ConstantNode() [3/4]
| llvm::ConstantNode::ConstantNode |
( |
Value * |
v, |
|
|
SkipSeq * |
seq |
|
) |
| |
|
inline |
◆ ConstantNode() [4/4]
| llvm::ConstantNode::ConstantNode |
( |
Value * |
v, |
|
|
SkipSeq * |
seq, |
|
|
int |
ID |
|
) |
| |
|
inline |
◆ classof()
| static bool llvm::ConstantNode::classof |
( |
const DFGNode * |
N | ) |
|
|
inlinestatic |
◆ getConstStr()
| string ConstantNode::getConstStr |
( |
| ) |
const |
|
private |
◆ getExtraAttr()
| virtual string llvm::ConstantNode::getExtraAttr |
( |
| ) |
const |
|
inlinevirtual |
◆ getNodeAttr()
| string ConstantNode::getNodeAttr |
( |
| ) |
const |
|
virtual |
◆ getUniqueName()
| string llvm::ConstantNode::getUniqueName |
( |
| ) |
const |
|
inlinevirtual |
The documentation for this class was generated from the following files: