LLVM API Documentation
#include <CostAllocator.h>
Public Member Functions | |
template<typename CostKeyT > | |
PoolEntry (CostPool &pool, CostKeyT cost) | |
~PoolEntry () | |
CostT & | getCost () |
const CostT & | getCost () const |
Definition at line 31 of file CostAllocator.h.
PBQP::CostPool< CostT, CostKeyTComparator >::PoolEntry::PoolEntry | ( | CostPool & | pool, |
CostKeyT | cost | ||
) | [inline] |
Definition at line 34 of file CostAllocator.h.
PBQP::CostPool< CostT, CostKeyTComparator >::PoolEntry::~PoolEntry | ( | ) | [inline] |
Definition at line 36 of file CostAllocator.h.
CostT& PBQP::CostPool< CostT, CostKeyTComparator >::PoolEntry::getCost | ( | ) | [inline] |
Definition at line 37 of file CostAllocator.h.
const CostT& PBQP::CostPool< CostT, CostKeyTComparator >::PoolEntry::getCost | ( | ) | const [inline] |
Definition at line 38 of file CostAllocator.h.