Searched refs:CacheCostTy (Results 1 – 2 of 2) sorted by relevance
33 using CacheCostTy = int64_t; variable95 CacheCostTy computeRefCost(const Loop &L, unsigned CLS) const;191 using LoopCacheCostTy = std::pair<const Loop *, CacheCostTy>;194 static CacheCostTy constexpr InvalidCost = -1;214 CacheCostTy getLoopCost(const Loop &L) const { in getLoopCost()236 CacheCostTy computeLoopCacheCost(const Loop &L,249 CacheCostTy computeRefGroupCacheCost(const ReferenceGroupTy &RG,
273 CacheCostTy IndexedReference::computeRefCost(const Loop &L, in computeRefCost()607 CacheCostTy LoopCost = computeLoopCacheCost(*L, RefGroups); in calculateCacheFootprint()691 CacheCostTy701 CacheCostTy TripCountsProduct = 1; in computeLoopCacheCost()708 CacheCostTy LoopCost = 0; in computeLoopCacheCost()710 CacheCostTy RefGroupCost = computeRefGroupCacheCost(RG, L); in computeLoopCacheCost()720 CacheCostTy CacheCost::computeRefGroupCacheCost(const ReferenceGroupTy &RG, in computeRefGroupCacheCost()