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

Inheritance diagram for llvm::LabelNode:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 LabelNode (BasicBlock *BB)
BasicBlockgetBasicBlock () const

Static Public Member Functions

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

Protected Member Functions

virtual void dumpNode (int indent) const

Detailed Description

Definition at line 123 of file SparcV9BurgISel.cpp.


Constructor & Destructor Documentation

llvm::LabelNode::LabelNode BasicBlock BB  )  [inline]
 

Definition at line 125 of file SparcV9BurgISel.cpp.

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


Member Function Documentation

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

Definition at line 131 of file SparcV9BurgISel.cpp.

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

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

Definition at line 130 of file SparcV9BurgISel.cpp.

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

Implements llvm::InstrTreeNode.

Definition at line 277 of file SparcV9BurgISel.cpp.

References llvm::InstrTreeNode::getValue().

BasicBlock* llvm::LabelNode::getBasicBlock  )  const [inline]
 

Definition at line 128 of file SparcV9BurgISel.cpp.

References llvm::InstrTreeNode::val.


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