#include "llvm/ADT/ilist_node.h"
#include <cassert>
#include <cstddef>
#include <iterator>
#include <type_traits>
Go to the source code of this file.
|
struct | llvm::ilist_detail::IteratorTraits< OptionsT, false > |
|
struct | llvm::ilist_detail::IteratorTraits< OptionsT, true > |
|
struct | llvm::ilist_detail::IteratorHelper< false > |
|
struct | llvm::ilist_detail::IteratorHelper< true > |
|
class | llvm::ilist_detail::iterator_parent_access< IteratorTy, ParentTy, true > |
|
class | llvm::ilist_detail::iterator_parent_access< IteratorTy, ParentTy, false > |
|
class | llvm::ilist_detail::iterator_parent_access< IteratorTy, void, true > |
|
class | llvm::ilist_detail::iterator_parent_access< IteratorTy, void, false > |
|
class | llvm::ilist_iterator< OptionsT, IsReverse, IsConst > |
| Iterator for intrusive lists based on ilist_node. More...
|
|
class | llvm::ilist_iterator_w_bits< OptionsT, IsReverse, IsConst > |
| Iterator for intrusive lists based on ilist_node. More...
|
|
struct | llvm::simplify_type< ilist_iterator< OptionsT, false, IsConst > > |
| Allow ilist_iterators to convert into pointers to a node automatically when used by the dyn_cast, cast, isa mechanisms... More...
|
|
struct | llvm::simplify_type< const ilist_iterator< OptionsT, false, IsConst > > |
|
struct | llvm::simplify_type< ilist_iterator_w_bits< OptionsT, false, IsConst > > |
|
struct | llvm::simplify_type< const ilist_iterator_w_bits< OptionsT, false, IsConst > > |
|
|
namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations.
|
|
namespace | llvm::ilist_detail |
|