|
LLVM
3.7.0
|
#include <CostAllocator.h>
Public Types | |
| typedef VectorT | Vector |
| typedef MatrixT | Matrix |
| typedef VectorCostPool::PoolRef | VectorPtr |
| typedef MatrixCostPool::PoolRef | MatrixPtr |
Public Member Functions | |
| template<typename VectorKeyT > | |
| VectorPtr | getVector (VectorKeyT v) |
| template<typename MatrixKeyT > | |
| MatrixPtr | getMatrix (MatrixKeyT m) |
Definition at line 109 of file CostAllocator.h.
| typedef MatrixT llvm::PBQP::PoolCostAllocator< VectorT, MatrixT >::Matrix |
Definition at line 115 of file CostAllocator.h.
| typedef MatrixCostPool::PoolRef llvm::PBQP::PoolCostAllocator< VectorT, MatrixT >::MatrixPtr |
Definition at line 117 of file CostAllocator.h.
| typedef VectorT llvm::PBQP::PoolCostAllocator< VectorT, MatrixT >::Vector |
Definition at line 114 of file CostAllocator.h.
| typedef VectorCostPool::PoolRef llvm::PBQP::PoolCostAllocator< VectorT, MatrixT >::VectorPtr |
Definition at line 116 of file CostAllocator.h.
|
inline |
Definition at line 123 of file CostAllocator.h.
References llvm::PBQP::ValuePool< ValueT >::getValue().
|
inline |
Definition at line 120 of file CostAllocator.h.
References llvm::PBQP::ValuePool< ValueT >::getValue().
1.8.6