Thorin 1.9.0
The Higher ORder INtermediate representation
Loading...
Searching...
No Matches
pool.h File Reference
#include <absl/container/flat_hash_set.h>
#include <fe/arena.h>
#include "thorin/util/util.h"
Include dependency graph for pool.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  thorin::PooledSet< T >
 Ordered set maintained in a consecutive buffer and unified in Pool. More...
 
struct  thorin::PooledSet< T >::Data
 
struct  thorin::PooledSet< T >::Data::Equal
 
class  thorin::Pool< T >
 Maintains PooledSets within a fe::Arena and unifies them in a absl::flat_hash_set. More...
 

Namespaces

namespace  thorin
 

Variables

template<class T >
static constexpr size_t thorin::SizeOf = sizeof(std::conditional_t<std::is_pointer_v<T>, uintptr_t, T>)