LLVM 22.0.0git
|
#include "llvm/Transforms/IPO/SampleContextTracker.h"
Public Member Functions | |
Iterator ()=default | |
Iterator (ContextTrieNode *Node) | |
Iterator & | operator++ () |
bool | operator== (const Iterator &Other) const |
ContextTrieNode * | operator* () const |
Public Member Functions inherited from llvm::iterator_facade_base< Iterator, std::forward_iterator_tag, ContextTrieNode *, std::ptrdiff_t, ContextTrieNode **, ContextTrieNode * > | |
Iterator | operator+ (std::ptrdiff_t n) const |
Iterator | operator- (std::ptrdiff_t n) const |
Iterator & | operator++ () |
Iterator & | operator-- () |
bool | operator!= (const Iterator &RHS) const |
bool | operator> (const Iterator &RHS) const |
bool | operator<= (const Iterator &RHS) const |
bool | operator>= (const Iterator &RHS) const |
PointerProxy | operator-> () const |
ReferenceProxy | operator[] (std::ptrdiff_t n) const |
Additional Inherited Members | |
Public Types inherited from llvm::iterator_facade_base< Iterator, std::forward_iterator_tag, ContextTrieNode *, std::ptrdiff_t, ContextTrieNode **, ContextTrieNode * > | |
using | iterator_category |
using | value_type |
using | difference_type |
using | pointer |
using | reference |
Protected Types inherited from llvm::iterator_facade_base< Iterator, std::forward_iterator_tag, ContextTrieNode *, std::ptrdiff_t, ContextTrieNode **, ContextTrieNode * > | |
enum |
Definition at line 154 of file SampleContextTracker.h.
|
explicitdefault |
Referenced by operator++(), and operator==().
|
inlineexplicit |
Definition at line 161 of file SampleContextTracker.h.
|
inline |
Definition at line 179 of file SampleContextTracker.h.
References assert().
|
inline |
Definition at line 162 of file SampleContextTracker.h.
References assert(), and Iterator().
Definition at line 171 of file SampleContextTracker.h.
References Iterator(), and llvm::Other.