Home
last modified time | relevance | path

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

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