LLVM API Documentation

llvm::BasicBlockSDNode Class Reference

#include <SelectionDAGNodes.h>

Inheritance diagram for llvm::BasicBlockSDNode:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

MachineBasicBlockgetBasicBlock () const

Static Public Member Functions

static bool classof (const BasicBlockSDNode *)
static bool classof (const SDNode *N)

Protected Member Functions

 BasicBlockSDNode (MachineBasicBlock *mbb)

Friends

class SelectionDAG

Detailed Description

Definition at line 1239 of file SelectionDAGNodes.h.


Constructor & Destructor Documentation

llvm::BasicBlockSDNode::BasicBlockSDNode ( MachineBasicBlock mbb  )  [inline, protected]

Definition at line 1243 of file SelectionDAGNodes.h.


Member Function Documentation

MachineBasicBlock* llvm::BasicBlockSDNode::getBasicBlock (  )  const [inline]

Definition at line 1247 of file SelectionDAGNodes.h.

References MBB.

static bool llvm::BasicBlockSDNode::classof ( const BasicBlockSDNode  )  [inline, static]

Definition at line 1249 of file SelectionDAGNodes.h.

static bool llvm::BasicBlockSDNode::classof ( const SDNode N  )  [inline, static]

Reimplemented from llvm::SDNode.

Definition at line 1250 of file SelectionDAGNodes.h.

References llvm::ISD::BasicBlock, and llvm::SDNode::getOpcode().


Friends And Related Function Documentation

friend class SelectionDAG [friend]

Reimplemented from llvm::SDNode.

Definition at line 1242 of file SelectionDAGNodes.h.


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