Class LoopTreeStmtNode#
Defined in File LoopTree.h
Inheritance Relationships#
Base Type#
public LoopTreeNode(Class LoopTreeNode)
Derived Type#
public LoopTreeIfCond(Class LoopTreeIfCond)
Class Documentation#
-
class LoopTreeStmtNode : public LoopTreeNode#
Subclassed by LoopTreeIfCond
Public Functions
-
virtual std::string toString() const#
-
inline virtual std::string GetClassName() const#
-
virtual AstNodePtr CodeGen(const AstNodePtr &c) const#
-
inline virtual AstNodePtr GetOrigStmt() const#
-
inline virtual LoopTreeNode *Clone() const#
Protected Functions
-
virtual ~LoopTreeStmtNode()#
-
inline LoopTreeStmtNode(const AstNodePtr &s)#
-
inline LoopTreeStmtNode(const LoopTreeStmtNode &that)#
Friends
- friend class LoopTreeCreate
-
virtual std::string toString() const#