Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h236 CacheCostTy computeLoopCacheCost(const Loop &L,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp607 CacheCostTy LoopCost = computeLoopCacheCost(*L, RefGroups); in calculateCacheFootprint()
692 CacheCost::computeLoopCacheCost(const Loop &L, in computeLoopCacheCost() function in CacheCost