class Graph::AdjEdgeIdSet
Declaration
class Graph::AdjEdgeIdSet { /* full declaration omitted */ };
Declared at: llvm/include/llvm/CodeGen/PBQP/Graph.h:318
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)
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
typename NodeEntry::AdjEdgeItr begin() const
Declared at: llvm/include/llvm/CodeGen/PBQP/Graph.h:322
¶bool empty() const
bool empty() const
Declared at: llvm/include/llvm/CodeGen/PBQP/Graph.h:330
¶typename NodeEntry::AdjEdgeItr end() const
typename NodeEntry::AdjEdgeItr end() const
Declared at: llvm/include/llvm/CodeGen/PBQP/Graph.h:326
¶typename NodeEntry::AdjEdgeList::size_type size()
const
typename NodeEntry::AdjEdgeList::size_type size()
const
Declared at: llvm/include/llvm/CodeGen/PBQP/Graph.h:332