class Graph::AdjEdgeIdSet

Declaration

class Graph::AdjEdgeIdSet { /* full declaration omitted */ };

Declared at: llvm/include/llvm/CodeGen/PBQP/Graph.h:318

Member Variables

private const llvm::PBQP::Graph::NodeEntry& NE

Method Overview

  • public AdjEdgeIdSet(const llvm::PBQP::Graph::NodeEntry & NE)
  • public typename NodeEntry::AdjEdgeItr begin() const
  • public bool empty() const
  • public typename NodeEntry::AdjEdgeItr end() const
  • public typename NodeEntry::AdjEdgeList::size_type size() const

Methods

AdjEdgeIdSet(
    const llvm::PBQP::Graph::NodeEntry& NE)

Declared at: llvm/include/llvm/CodeGen/PBQP/Graph.h:320

Parameters

const llvm::PBQP::Graph::NodeEntry& NE

typename NodeEntry::AdjEdgeItr begin() const

Declared at: llvm/include/llvm/CodeGen/PBQP/Graph.h:322

bool empty() const

Declared at: llvm/include/llvm/CodeGen/PBQP/Graph.h:330

typename NodeEntry::AdjEdgeItr end() const

Declared at: llvm/include/llvm/CodeGen/PBQP/Graph.h:326

typename NodeEntry::AdjEdgeList::size_type size()
    const

Declared at: llvm/include/llvm/CodeGen/PBQP/Graph.h:332