Searched refs:VectorPtr (Results 1 – 3 of 3) sorted by relevance
55 using VectorPtr = typename CostAllocator::VectorPtr; variable68 NodeEntry(VectorPtr Costs) : Costs(std::move(Costs)) {} in NodeEntry()94 VectorPtr Costs;377 VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs)); in addNode()467 VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs)); in setNodeCosts()481 const VectorPtr& getNodeCostsPtr(NodeId NId) const { in getNodeCostsPtr()
115 using VectorPtr = typename VectorCostPool::PoolRef; variable118 template <typename VectorKeyT> VectorPtr getVector(VectorKeyT v) { in getVector()
7907 auto *VectorPtr = new VPVectorPointerRecipe( in tryToWidenMemory() local7910 Builder.getInsertBlock()->appendRecipe(VectorPtr); in tryToWidenMemory()7911 Ptr = VectorPtr; in tryToWidenMemory()