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

References

include/llvm/CodeGen/PBQP/CostAllocator.h
   36     PoolEntry(ValuePool &Pool, ValueKeyT Value)
   44     ValuePool &Pool;
  109   using VectorCostPool = ValuePool<VectorT>;
  110   using MatrixCostPool = ValuePool<MatrixT>;
include/llvm/CodeGen/RegAllocPBQP.h
  132   using AllowedRegVecPool = ValuePool<AllowedRegVector>;