LLVM 20.0.0git
|
#include "Target/X86/ImmutableGraph.h"
Classes | |
class | iterator |
Public Types | |
using | index_iterator = typename BitVector::const_set_bits_iterator |
Public Member Functions | |
NodeSet (const ImmutableGraph &G, bool ContainsAll=false) | |
bool | insert (const Node &N) |
void | erase (const Node &N) |
bool | contains (const Node &N) const |
void | clear () |
size_type | empty () const |
size_type | count () const |
Return the number of elements in the set. | |
size_type | size () const |
Return the size of the set's domain. | |
NodeSet & | operator|= (const NodeSet &RHS) |
Set union. | |
NodeSet & | operator&= (const NodeSet &RHS) |
Set intersection. | |
NodeSet & | operator^= (const NodeSet &RHS) |
Set disjoint union. | |
index_iterator | index_begin () const |
index_iterator | index_end () const |
void | set (size_type Idx) |
void | reset (size_type Idx) |
iterator | begin () const |
iterator | end () const |
Definition at line 111 of file ImmutableGraph.h.
using llvm::ImmutableGraph< NodeValueT, EdgeValueT >::NodeSet::index_iterator = typename BitVector::const_set_bits_iterator |
Definition at line 157 of file ImmutableGraph.h.
|
inline |
Definition at line 116 of file ImmutableGraph.h.
References G.
|
inline |
Definition at line 195 of file ImmutableGraph.h.
|
inline |
Definition at line 132 of file ImmutableGraph.h.
|
inline |
Definition at line 128 of file ImmutableGraph.h.
|
inline |
Return the number of elements in the set.
Definition at line 135 of file ImmutableGraph.h.
|
inline |
Definition at line 133 of file ImmutableGraph.h.
|
inline |
Definition at line 196 of file ImmutableGraph.h.
|
inline |
Definition at line 124 of file ImmutableGraph.h.
|
inline |
Definition at line 158 of file ImmutableGraph.h.
|
inline |
Definition at line 159 of file ImmutableGraph.h.
|
inline |
Definition at line 118 of file ImmutableGraph.h.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 161 of file ImmutableGraph.h.
References Idx.
|
inline |
Definition at line 160 of file ImmutableGraph.h.
References Idx.
|
inline |
Return the size of the set's domain.
Definition at line 137 of file ImmutableGraph.h.