class ImmutableGraph::Edge

Declaration

class ImmutableGraph::Edge { /* full declaration omitted */ };

Declared at: llvm/lib/Target/X86/ImmutableGraph.h:47

Member Variables

private const llvm::ImmutableGraph::Node* Dest
private llvm::ImmutableGraph::edge_value_type Value

Method Overview

  • public const llvm::ImmutableGraph::Node * getDest() const
  • public const llvm::ImmutableGraph::edge_value_type & getValue() const

Methods

const llvm::ImmutableGraph::Node* getDest() const

Declared at: llvm/lib/Target/X86/ImmutableGraph.h:55

const llvm::ImmutableGraph::edge_value_type&
getValue() const

Declared at: llvm/lib/Target/X86/ImmutableGraph.h:56