class Graph::NodeIdSet
Declaration
class Graph::NodeIdSet { /* full declaration omitted */ };
Declared at: llvm/include/llvm/CodeGen/PBQP/Graph.h:284
Member Variables
- private const Graph<SolverT>& G
Method Overview
- public NodeIdSet(const Graph<SolverT> & G)
- public llvm::PBQP::Graph::NodeItr begin() const
- public bool empty() const
- public llvm::PBQP::Graph::NodeItr end() const
- public typename NodeVector::size_type size() const
Methods
¶NodeIdSet(const Graph<SolverT>& G)
NodeIdSet(const Graph<SolverT>& G)
Declared at: llvm/include/llvm/CodeGen/PBQP/Graph.h:286
Parameters
- const Graph<SolverT>& G
¶llvm::PBQP::Graph::NodeItr begin() const
llvm::PBQP::Graph::NodeItr begin() const
Declared at: llvm/include/llvm/CodeGen/PBQP/Graph.h:288
¶bool empty() const
bool empty() const
Declared at: llvm/include/llvm/CodeGen/PBQP/Graph.h:291
¶llvm::PBQP::Graph::NodeItr end() const
llvm::PBQP::Graph::NodeItr end() const
Declared at: llvm/include/llvm/CodeGen/PBQP/Graph.h:289
¶typename NodeVector::size_type size() const
typename NodeVector::size_type size() const
Declared at: llvm/include/llvm/CodeGen/PBQP/Graph.h:293