LLVM 19.0.0git
Public Member Functions | List of all members
llvm::PBQP::Graph< SolverT >::NodeIdSet Class Reference

#include "llvm/CodeGen/PBQP/Graph.h"

Public Member Functions

 NodeIdSet (const Graph &G)
 
NodeItr begin () const
 
NodeItr end () const
 
bool empty () const
 
NodeVector::size_type size () const
 

Detailed Description

template<typename SolverT>
class llvm::PBQP::Graph< SolverT >::NodeIdSet

Definition at line 284 of file Graph.h.

Constructor & Destructor Documentation

◆ NodeIdSet()

template<typename SolverT >
llvm::PBQP::Graph< SolverT >::NodeIdSet::NodeIdSet ( const Graph G)
inline

Definition at line 286 of file Graph.h.

References G.

Member Function Documentation

◆ begin()

template<typename SolverT >
NodeItr llvm::PBQP::Graph< SolverT >::NodeIdSet::begin ( ) const
inline

Definition at line 288 of file Graph.h.

References G.

◆ empty()

template<typename SolverT >
bool llvm::PBQP::Graph< SolverT >::NodeIdSet::empty ( ) const
inline

Definition at line 291 of file Graph.h.

References G.

Referenced by llvm::PBQP::Graph< SolverT >::empty().

◆ end()

template<typename SolverT >
NodeItr llvm::PBQP::Graph< SolverT >::NodeIdSet::end ( ) const
inline

Definition at line 289 of file Graph.h.

References G.

◆ size()

template<typename SolverT >
NodeVector::size_type llvm::PBQP::Graph< SolverT >::NodeIdSet::size ( ) const
inline

Definition at line 293 of file Graph.h.

References G.

Referenced by llvm::PBQP::Graph< SolverT >::getNumNodes().


The documentation for this class was generated from the following file: