LLVM 22.0.0git
llvm::PBQP::ValuePool< ValueT > Class Template Reference

#include "llvm/CodeGen/PBQP/CostAllocator.h"

Inheritance diagram for llvm::PBQP::ValuePool< ValueT >:
[legend]

Public Types

using PoolRef = std::shared_ptr<const ValueT>

Public Member Functions

template<typename ValueKeyT>
PoolRef getValue (ValueKeyT ValueKey)

Detailed Description

template<typename ValueT>
class llvm::PBQP::ValuePool< ValueT >

Definition at line 28 of file CostAllocator.h.

Member Typedef Documentation

◆ PoolRef

template<typename ValueT>
using llvm::PBQP::ValuePool< ValueT >::PoolRef = std::shared_ptr<const ValueT>

Definition at line 30 of file CostAllocator.h.

Member Function Documentation

◆ getValue()

template<typename ValueT>
template<typename ValueKeyT>
PoolRef llvm::PBQP::ValuePool< ValueT >::getValue ( ValueKeyT ValueKey)
inline

Definition at line 95 of file CostAllocator.h.


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