LLVM
8.0.1
|
#include "llvm/CodeGen/PBQP/CostAllocator.h"
Public Types | |
using | Vector = VectorT |
using | Matrix = MatrixT |
using | VectorPtr = typename VectorCostPool::PoolRef |
using | MatrixPtr = typename MatrixCostPool::PoolRef |
Public Member Functions | |
template<typename VectorKeyT > | |
VectorPtr | getVector (VectorKeyT v) |
template<typename MatrixKeyT > | |
MatrixPtr | getMatrix (MatrixKeyT m) |
Definition at line 108 of file CostAllocator.h.
using llvm::PBQP::PoolCostAllocator< VectorT, MatrixT >::Matrix = MatrixT |
Definition at line 115 of file CostAllocator.h.
using llvm::PBQP::PoolCostAllocator< VectorT, MatrixT >::MatrixPtr = typename MatrixCostPool::PoolRef |
Definition at line 117 of file CostAllocator.h.
using llvm::PBQP::PoolCostAllocator< VectorT, MatrixT >::Vector = VectorT |
Definition at line 114 of file CostAllocator.h.
using llvm::PBQP::PoolCostAllocator< VectorT, MatrixT >::VectorPtr = typename VectorCostPool::PoolRef |
Definition at line 116 of file CostAllocator.h.
|
inline |
Definition at line 123 of file CostAllocator.h.
|
inline |
Definition at line 119 of file CostAllocator.h.