class PoolCostAllocator
Declaration
template <typename VectorT, typename MatrixT>
class PoolCostAllocator { /* full declaration omitted */ };
Declared at: llvm/include/llvm/CodeGen/PBQP/CostAllocator.h:107
Templates
- VectorT
- MatrixT
Method Overview
- public template <typename MatrixKeyT>llvm::PBQP::PoolCostAllocator::MatrixPtr getMatrix(MatrixKeyT m)
- public template <typename VectorKeyT>llvm::PBQP::PoolCostAllocator::VectorPtr getVector(VectorKeyT v)
Methods
¶template <typename MatrixKeyT>
llvm::PBQP::PoolCostAllocator::MatrixPtr
getMatrix(MatrixKeyT m)
template <typename MatrixKeyT>
llvm::PBQP::PoolCostAllocator::MatrixPtr
getMatrix(MatrixKeyT m)
Declared at: llvm/include/llvm/CodeGen/PBQP/CostAllocator.h:122
Templates
- MatrixKeyT
Parameters
- MatrixKeyT m
¶template <typename VectorKeyT>
llvm::PBQP::PoolCostAllocator::VectorPtr
getVector(VectorKeyT v)
template <typename VectorKeyT>
llvm::PBQP::PoolCostAllocator::VectorPtr
getVector(VectorKeyT v)
Declared at: llvm/include/llvm/CodeGen/PBQP/CostAllocator.h:118
Templates
- VectorKeyT
Parameters
- VectorKeyT v