Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h35 using CacheCostTy = InstructionCost; variable
97 CacheCostTy computeRefCost(const Loop &L, unsigned CLS) const;
193 using LoopCacheCostTy = std::pair<const Loop *, CacheCostTy>;
214 CacheCostTy getLoopCost(const Loop &L) const { in getLoopCost()
236 CacheCostTy computeLoopCacheCost(const Loop &L,
249 CacheCostTy computeRefGroupCacheCost(const ReferenceGroupTy &RG,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp272 CacheCostTy IndexedReference::computeRefCost(const Loop &L, in computeRefCost()
354 return CacheCostTy::getInvalid(); in computeRefCost()
617 CacheCostTy LoopCost = computeLoopCacheCost(*L, RefGroups); in calculateCacheFootprint()
701 CacheCostTy
705 return CacheCostTy::getInvalid(); in computeLoopCacheCost()
711 CacheCostTy TripCountsProduct = 1; in computeLoopCacheCost()
718 CacheCostTy LoopCost = 0; in computeLoopCacheCost()
720 CacheCostTy RefGroupCost = computeRefGroupCacheCost(RG, L); in computeLoopCacheCost()
730 CacheCostTy CacheCost::computeRefGroupCacheCost(const ReferenceGroupTy &RG, in computeRefGroupCacheCost()