class Graph::NodeItr

Declaration

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

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

Member Variables

private llvm::PBQP::GraphBase::NodeId CurNId
private llvm::PBQP::GraphBase::NodeId EndNId
private const llvm::PBQP::Graph::FreeNodeVector& FreeNodeIds

Method Overview

  • public NodeItr(llvm::PBQP::GraphBase::NodeId CurNId, const Graph<SolverT> & G)
  • private llvm::PBQP::GraphBase::NodeId findNextInUse(llvm::PBQP::GraphBase::NodeId NId) const

Methods

NodeItr(llvm::PBQP::GraphBase::NodeId CurNId,
        const Graph<SolverT>& G)

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

Parameters

llvm::PBQP::GraphBase::NodeId CurNId
const Graph<SolverT>& G

llvm::PBQP::GraphBase::NodeId findNextInUse(
    llvm::PBQP::GraphBase::NodeId NId) const

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

Parameters

llvm::PBQP::GraphBase::NodeId NId