Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h34 using CacheCostTy = int64_t; variable
96 CacheCostTy computeRefCost(const Loop &L, unsigned CLS) const;
192 using LoopCacheCostTy = std::pair<const Loop *, CacheCostTy>;
195 static CacheCostTy constexpr InvalidCost = -1;
215 CacheCostTy getLoopCost(const Loop &L) const { in getLoopCost()
237 CacheCostTy computeLoopCacheCost(const Loop &L,
250 CacheCostTy computeRefGroupCacheCost(const ReferenceGroupTy &RG,
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp272 CacheCostTy IndexedReference::computeRefCost(const Loop &L, in computeRefCost()
606 CacheCostTy LoopCost = computeLoopCacheCost(*L, RefGroups); in calculateCacheFootprint()
690 CacheCostTy
700 CacheCostTy TripCountsProduct = 1; in computeLoopCacheCost()
707 CacheCostTy LoopCost = 0; in computeLoopCacheCost()
709 CacheCostTy RefGroupCost = computeRefGroupCacheCost(RG, L); in computeLoopCacheCost()
719 CacheCostTy CacheCost::computeRefGroupCacheCost(const ReferenceGroupTy &RG, in computeRefGroupCacheCost()