Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h209 getCacheCost(Loop &Root, LoopStandardAnalysisResults &AR, DependenceInfo &DI,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp576 CacheCost::getCacheCost(Loop &Root, LoopStandardAnalysisResults &AR, in getCacheCost() function in CacheCost
737 if (auto CC = CacheCost::getCacheCost(L, AR, DI)) in run()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1772 CacheCost::getCacheCost(LN.getOutermostLoop(), AR, DI); in run()