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::VRegNode Class Reference

Inheritance diagram for llvm::VRegNode:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 VRegNode (Value *_val)

Static Public Member Functions

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

Protected Member Functions

virtual void dumpNode (int indent) const

Detailed Description

Definition at line 93 of file SparcV9BurgISel.cpp.


Constructor & Destructor Documentation

llvm::VRegNode::VRegNode Value _val  )  [inline]
 

Definition at line 95 of file SparcV9BurgISel.cpp.

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


Member Function Documentation

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

Definition at line 100 of file SparcV9BurgISel.cpp.

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

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

Definition at line 99 of file SparcV9BurgISel.cpp.

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

Implements llvm::InstrTreeNode.

Definition at line 265 of file SparcV9BurgISel.cpp.

References llvm::InstrTreeNode::getValue().


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