Class LoopTreeStmtNode#

Inheritance Relationships#

Base Type#

Derived Type#

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