HomeSort by relevance Sort by last modified time
    Searched refs:VectorPtr (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/PBQP/
CostAllocator.h 116 typedef typename VectorCostPool::PoolRef VectorPtr;
120 VectorPtr getVector(VectorKeyT v) { return VectorPool.getValue(std::move(v)); }
Graph.h 56 typedef typename CostAllocator::VectorPtr VectorPtr;
74 NodeEntry(VectorPtr Costs) : Costs(Costs) {}
96 VectorPtr Costs;
383 VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs));
392 /// VectorPtr).
473 VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs));
479 /// @brief Get a VectorPtr to a node's cost vector. Rarely useful - use
482 /// @return VectorPtr to node cost vector.
487 const VectorPtr& getNodeCostsPtr(NodeId NId) const
    [all...]

Completed in 36 milliseconds