reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/CodeGen/PBQP/CostAllocator.h
   95   template <typename ValueKeyT> PoolRef getValue(ValueKeyT ValueKey) {
   99       return PoolRef((*I)->shared_from_this(), &(*I)->getValue());
  103     return PoolRef(std::move(P), &P->getValue());
  115   using VectorPtr = typename VectorCostPool::PoolRef;
  116   using MatrixPtr = typename MatrixCostPool::PoolRef;
include/llvm/CodeGen/RegAllocPBQP.h
  135   using AllowedRegVecRef = AllowedRegVecPool::PoolRef;