class BasicBlockSDNode

Declaration

class BasicBlockSDNode : public SDNode { /* full declaration omitted */ };

Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1895

Inherits from: SDNode

Member Variables

Inherited from SDNode:

protected
public PersistentId

Method Overview

  • public static bool classof(const llvm::SDNode * N)
  • public llvm::MachineBasicBlock * getBasicBlock() const

Inherited from SDNode:

Inherited from FoldingSetBase::Node:

Methods

static bool classof(const llvm::SDNode* N)

Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1910

Parameters

const llvm::SDNode* N

llvm::MachineBasicBlock* getBasicBlock() const

Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1908