Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h195 getCacheCost(Loop &Root, LoopStandardAnalysisResults &AR, DependenceInfo &DI,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp498 CacheCost::getCacheCost(Loop &Root, LoopStandardAnalysisResults &AR, in getCacheCost() function in CacheCost
660 if (auto CC = CacheCost::getCacheCost(L, AR, DI)) in run()