LLVM 19.0.0git
Classes | Namespaces
ImmutableList.h File Reference

This file defines the ImmutableList class. More...

#include "llvm/ADT/FoldingSet.h"
#include "llvm/Support/Allocator.h"
#include <cassert>
#include <cstdint>
#include <new>

Go to the source code of this file.

Classes

class  llvm::ImmutableListImpl< T >
 
class  llvm::ImmutableList< T >
 ImmutableList - This class represents an immutable (functional) list. More...
 
class  llvm::ImmutableList< T >::iterator
 
class  llvm::ImmutableListFactory< T >
 
struct  llvm::DenseMapInfo< ImmutableList< T >, void >
 

Namespaces

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

Detailed Description

This file defines the ImmutableList class.

Definition in file ImmutableList.h.