Class CompSliceDepGraphNode::NestInfo#

Nested Relationships#

This class is a nested type of Class CompSliceDepGraphNode.

Inheritance Relationships#

Derived Types#

Class Documentation#

class NestInfo

Subclassed by CompSliceDepGraphNode::EmptyNestInfo, CompSliceDepGraphNode::FullNestInfo

Public Functions

inline NestInfo()
inline virtual ~NestInfo()
inline virtual CompSliceNest *GetNest()
inline virtual const CompSliceNest *GetNest() const
inline NestInfo *InnerNest()
inline const NestInfo *InnerNest() const
virtual LoopTreeNode *GenXformRoot(LoopTreeNode *parent) const = 0
virtual std::string toString() const = 0

Friends

friend class CompSliceDepGraphNode