LLVM 19.0.0git
Classes | Namespaces
ilist_iterator.h File Reference
#include "llvm/ADT/ilist_node.h"
#include <cassert>
#include <cstddef>
#include <iterator>
#include <type_traits>

Go to the source code of this file.

Classes

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_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 > >
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::ilist_detail