Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h209 getCacheCost(Loop &Root, LoopStandardAnalysisResults &AR, DependenceInfo &DI,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp586 CacheCost::getCacheCost(Loop &Root, LoopStandardAnalysisResults &AR, in getCacheCost() function in CacheCost
747 if (auto CC = CacheCost::getCacheCost(L, AR, DI)) in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp441 CacheCost *getCacheCost();
1211 CC = CacheCost::getCacheCost(*OutermostLoop, *AR, *DI); in computeIfUnitinialized()
1225 CacheCost *CacheCostManager::getCacheCost() { in getCacheCost() function in CacheCostManager
1372 CacheCost *CC = CCM.getCacheCost(); in isProfitable()