Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h222 CacheCostTy computeLoopCacheCost(const Loop &L,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp532 CacheCostTy LoopCost = computeLoopCacheCost(*L, RefGroups); in calculateCacheFootprint()
617 CacheCost::computeLoopCacheCost(const Loop &L, in computeLoopCacheCost() function in CacheCost