|
LLVM 23.0.0git
|
An owning range over the entries sorted by key, yielding each entry by reference. More...
#include "llvm/IR/ModuleSummaryIndex.h"
Public Types | |
| using | iterator = pointee_iterator<SortedEntriesVec::const_iterator> |
Public Member Functions | |
| SortedEntriesRange (SortedEntriesVec Entries) | |
| iterator | begin () const |
| iterator | end () const |
| size_t | size () const |
| bool | empty () const |
An owning range over the entries sorted by key, yielding each entry by reference.
Definition at line 237 of file ModuleSummaryIndex.h.
| using llvm::GlobalValueSummaryMap::SortedEntriesRange::iterator = pointee_iterator<SortedEntriesVec::const_iterator> |
Definition at line 241 of file ModuleSummaryIndex.h.
|
inlineexplicit |
Definition at line 243 of file ModuleSummaryIndex.h.
References llvm::move().
|
inline |
Definition at line 246 of file ModuleSummaryIndex.h.
|
inline |
Definition at line 249 of file ModuleSummaryIndex.h.
|
inline |
Definition at line 247 of file ModuleSummaryIndex.h.
|
inline |
Definition at line 248 of file ModuleSummaryIndex.h.