LLVM
8.0.1
|
#include "llvm/CodeGen/PBQP/Graph.h"
Public Types | |
using | iterator_category = std::forward_iterator_tag |
using | value_type = NodeId |
using | difference_type = int |
using | pointer = NodeId * |
using | reference = NodeId & |
Public Member Functions | |
NodeItr (NodeId CurNId, const Graph &G) | |
bool | operator== (const NodeItr &O) const |
bool | operator!= (const NodeItr &O) const |
NodeItr & | operator++ () |
NodeId | operator* () const |
using llvm::PBQP::Graph< SolverT >::NodeItr::difference_type = int |
using llvm::PBQP::Graph< SolverT >::NodeItr::iterator_category = std::forward_iterator_tag |
using llvm::PBQP::Graph< SolverT >::NodeItr::pointer = NodeId * |
using llvm::PBQP::Graph< SolverT >::NodeItr::reference = NodeId & |
using llvm::PBQP::Graph< SolverT >::NodeItr::value_type = NodeId |
|
inline |
|
inline |
Definition at line 245 of file Graph.h.
References llvm::RISCVFenceField::O.
|
inline |
Definition at line 247 of file Graph.h.
References llvm::is_contained().
|
inline |
|
inline |