LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::VRegListNode Class Reference

Inheritance diagram for llvm::VRegListNode:

Inheritance graph
[legend]
Collaboration diagram for llvm::VRegListNode:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 VRegListNode ()

Static Public Member Functions

static bool classof (const VRegListNode *N)
static bool classof (const InstrTreeNode *N)

Protected Member Functions

virtual void dumpNode (int indent) const

Detailed Description

Definition at line 81 of file SparcV9BurgISel.cpp.


Constructor & Destructor Documentation

llvm::VRegListNode::VRegListNode  )  [inline]
 

Definition at line 83 of file SparcV9BurgISel.cpp.

References llvm::InstrTreeNode::opLabel, and VRegListOp.


Member Function Documentation

static bool llvm::VRegListNode::classof const InstrTreeNode N  )  [inline, static]
 

Definition at line 86 of file SparcV9BurgISel.cpp.

References llvm::InstrTreeNode::getNodeType(), and llvm::InstrTreeNode::NTVRegListNode.

static bool llvm::VRegListNode::classof const VRegListNode N  )  [inline, static]
 

Definition at line 85 of file SparcV9BurgISel.cpp.

void llvm::VRegListNode::dumpNode int  indent  )  const [protected, virtual]
 

Implements llvm::InstrTreeNode.

Definition at line 258 of file SparcV9BurgISel.cpp.


The documentation for this class was generated from the following file: