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()
7667 VPSingleDefRecipe *VectorPtr; in tryToWidenMemory() local7676 VectorPtr = in tryToWidenMemory()7680 VectorPtr = new VPVectorPointerRecipe(Ptr, getLoadStoreType(I), in tryToWidenMemory()7685 Builder.insert(VectorPtr); in tryToWidenMemory()7686 Ptr = VectorPtr; in tryToWidenMemory()