Home
last modified time | relevance | path

Searched refs:CacheCostTy (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h31 using CacheCostTy = int64_t; variable
93 CacheCostTy computeRefCost(const Loop &L, unsigned CLS) const;
177 using LoopCacheCostTy = std::pair<const Loop *, CacheCostTy>;
180 static CacheCostTy constexpr InvalidCost = -1;
200 CacheCostTy getLoopCost(const Loop &L) const { in getLoopCost()
222 CacheCostTy computeLoopCacheCost(const Loop &L,
235 CacheCostTy computeRefGroupCacheCost(const ReferenceGroupTy &RG,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp264 CacheCostTy IndexedReference::computeRefCost(const Loop &L, in computeRefCost()
532 CacheCostTy LoopCost = computeLoopCacheCost(*L, RefGroups); in calculateCacheFootprint()
616 CacheCostTy
626 CacheCostTy TripCountsProduct = 1; in computeLoopCacheCost()
633 CacheCostTy LoopCost = 0; in computeLoopCacheCost()
635 CacheCostTy RefGroupCost = computeRefGroupCacheCost(RG, L); in computeLoopCacheCost()
645 CacheCostTy CacheCost::computeRefGroupCacheCost(const ReferenceGroupTy &RG, in computeRefGroupCacheCost()