class ValuePool::PoolEntry
Declaration
class ValuePool::PoolEntry { /* full declaration omitted */ };
Declared at: llvm/include/llvm/CodeGen/PBQP/CostAllocator.h:33
Method Overview
- public template <typename ValueKeyT> PoolEntry(ValuePool<ValueT> & Pool, ValueKeyT Value)
- public const ValueT & getValue() const
- public ~PoolEntry()
Methods
¶template <typename ValueKeyT>
PoolEntry(ValuePool<ValueT>& Pool,
ValueKeyT Value)
template <typename ValueKeyT>
PoolEntry(ValuePool<ValueT>& Pool,
ValueKeyT Value)
Declared at: llvm/include/llvm/CodeGen/PBQP/CostAllocator.h:36
Templates
- ValueKeyT
Parameters
- ValuePool<ValueT>& Pool
- ValueKeyT Value
¶const ValueT& getValue() const
const ValueT& getValue() const
Declared at: llvm/include/llvm/CodeGen/PBQP/CostAllocator.h:41
¶~PoolEntry()
~PoolEntry()
Declared at: llvm/include/llvm/CodeGen/PBQP/CostAllocator.h:39