LLVM: llvm::rdf::IndexedSet< T, N > Struct Template Reference (original) (raw)

#include "[llvm/CodeGen/RDFRegisters.h](RDFRegisters%5F8h%5Fsource.html)"

Inheritance diagram for llvm::rdf::IndexedSet< T, N >:

Public Member Functions
IndexedSet ()
T get (uint32_t Idx) const
uint32_t insert (T Val)
uint32_t find (T Val) const
uint32_t size () const
const_iterator begin () const
const_iterator end () const

Detailed Description

template<typename T, unsigned N = 32>
struct llvm::rdf::IndexedSet< T, N >

Definition at line 54 of file RDFRegisters.h.

Member Typedef Documentation

const_iterator

Constructor & Destructor Documentation

Member Function Documentation

begin()

end()

find()

get()

insert()

size()


The documentation for this struct was generated from the following file: