Home
last modified time | relevance | path

Searched refs:PoolRef (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/PBQP/
DCostAllocator.h31 typedef std::shared_ptr<const ValueT> PoolRef; typedef
96 template <typename ValueKeyT> PoolRef getValue(ValueKeyT ValueKey) { in getValue()
100 return PoolRef((*I)->shared_from_this(), &(*I)->getValue()); in getValue()
104 return PoolRef(std::move(P), &P->getValue()); in getValue()
116 typedef typename VectorCostPool::PoolRef VectorPtr;
117 typedef typename MatrixCostPool::PoolRef MatrixPtr;
/external/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h143 typedef AllowedRegVecPool::PoolRef AllowedRegVecRef;