struct BlockNode

Declaration

struct BlockNode : public CodeNode { /* full declaration omitted */ };

Declared at: llvm/include/llvm/CodeGen/RDFGraph.h:626

Inherits from: CodeNode

Member Variables

Inherited from NodeBase:

protected Attrs
protected Reserved
protected Next
protected

Method Overview

  • public void addPhi(NodeAddr<llvm::rdf::PhiNode *> PA, const llvm::rdf::DataFlowGraph & G)
  • public llvm::MachineBasicBlock * getCode() const

Inherited from CodeNode:

Inherited from NodeBase:

Methods

void addPhi(NodeAddr<llvm::rdf::PhiNode*> PA,
            const llvm::rdf::DataFlowGraph& G)

Declared at: llvm/include/llvm/CodeGen/RDFGraph.h:631

Parameters

NodeAddr<llvm::rdf::PhiNode*> PA
const llvm::rdf::DataFlowGraph& G

llvm::MachineBasicBlock* getCode() const

Declared at: llvm/include/llvm/CodeGen/RDFGraph.h:627