Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h222 CacheCostTy computeLoopCacheCost(const Loop &L,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp530 CacheCostTy LoopCost = computeLoopCacheCost(*L, RefGroups); in calculateCacheFootprint()
615 CacheCost::computeLoopCacheCost(const Loop &L, in computeLoopCacheCost() function in CacheCost