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.h237 CacheCostTy computeLoopCacheCost(const Loop &L,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp611 CacheCostTy LoopCost = computeLoopCacheCost(*L, RefGroups); in calculateCacheFootprint()
696 CacheCost::computeLoopCacheCost(const Loop &L, in computeLoopCacheCost() function in CacheCost