LLVM 20.0.0git
|
#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 107 of file CostAllocator.h.
using llvm::PBQP::PoolCostAllocator< VectorT, MatrixT >::Matrix = MatrixT |
Definition at line 114 of file CostAllocator.h.
using llvm::PBQP::PoolCostAllocator< VectorT, MatrixT >::MatrixPtr = typename MatrixCostPool::PoolRef |
Definition at line 116 of file CostAllocator.h.
using llvm::PBQP::PoolCostAllocator< VectorT, MatrixT >::Vector = VectorT |
Definition at line 113 of file CostAllocator.h.
using llvm::PBQP::PoolCostAllocator< VectorT, MatrixT >::VectorPtr = typename VectorCostPool::PoolRef |
Definition at line 115 of file CostAllocator.h.
|
inline |
Definition at line 122 of file CostAllocator.h.
References llvm::PBQP::ValuePool< ValueT >::getValue().
|
inline |
Definition at line 118 of file CostAllocator.h.
References llvm::PBQP::ValuePool< ValueT >::getValue().