LLVM 20.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++ (int) |
Iterator & | operator-- () |
Iterator | operator-- (int) |
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 = std::forward_iterator_tag |
using | value_type = ContextTrieNode * |
using | difference_type = std::ptrdiff_t |
using | pointer = ContextTrieNode ** |
using | reference = ContextTrieNode * |
Protected Types inherited from llvm::iterator_facade_base< Iterator, std::forward_iterator_tag, ContextTrieNode *, std::ptrdiff_t, ContextTrieNode **, ContextTrieNode * > | |
enum | |
Definition at line 148 of file SampleContextTracker.h.
|
explicitdefault |
|
inlineexplicit |
Definition at line 155 of file SampleContextTracker.h.
|
inline |
Definition at line 173 of file SampleContextTracker.h.
References assert().
|
inline |
Definition at line 156 of file SampleContextTracker.h.
References assert().
Definition at line 165 of file SampleContextTracker.h.
References llvm::Other.