LLVM API Documentation
#include <SelectionDAGNodes.h>
Public Member Functions | |
MachineBasicBlock * | getBasicBlock () const |
Static Public Member Functions | |
static bool | classof (const SDNode *N) |
Friends | |
class | SelectionDAG |
Definition at line 1573 of file SelectionDAGNodes.h.
static bool llvm::BasicBlockSDNode::classof | ( | const SDNode * | N | ) | [inline, static] |
Definition at line 1586 of file SelectionDAGNodes.h.
References llvm::ISD::BasicBlock, and llvm::SDNode::getOpcode().
MachineBasicBlock* llvm::BasicBlockSDNode::getBasicBlock | ( | ) | const [inline] |
Definition at line 1584 of file SelectionDAGNodes.h.
friend class SelectionDAG [friend] |
Reimplemented from llvm::SDNode.
Definition at line 1575 of file SelectionDAGNodes.h.