class ValuePool
Declaration
template <typename ValueT>
class ValuePool { /* full declaration omitted */ };
Declared at: llvm/include/llvm/CodeGen/PBQP/CostAllocator.h:28
Templates
- ValueT
Member Variables
- private llvm::PBQP::ValuePool::EntrySetT EntrySet
Method Overview
- public template <typename ValueKeyT>llvm::PBQP::ValuePool::PoolRef getValue(ValueKeyT ValueKey)
- private void removeEntry(llvm::PBQP::ValuePool::PoolEntry * P)
Methods
¶template <typename ValueKeyT>
llvm::PBQP::ValuePool::PoolRef getValue(
ValueKeyT ValueKey)
template <typename ValueKeyT>
llvm::PBQP::ValuePool::PoolRef getValue(
ValueKeyT ValueKey)
Declared at: llvm/include/llvm/CodeGen/PBQP/CostAllocator.h:95
Templates
- ValueKeyT
Parameters
- ValueKeyT ValueKey
¶void removeEntry(
llvm::PBQP::ValuePool::PoolEntry* P)
void removeEntry(
llvm::PBQP::ValuePool::PoolEntry* P)
Declared at: llvm/include/llvm/CodeGen/PBQP/CostAllocator.h:92