LLVM API Documentation
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 |
Definition at line 81 of file SparcV9BurgISel.cpp.
llvm::VRegListNode::VRegListNode | ( | ) | [inline] |
Definition at line 83 of file SparcV9BurgISel.cpp.
References llvm::InstrTreeNode::opLabel, and VRegListOp.
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] |