Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h210 getCacheCost(Loop &Root, LoopStandardAnalysisResults &AR, DependenceInfo &DI,
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp575 CacheCost::getCacheCost(Loop &Root, LoopStandardAnalysisResults &AR, in getCacheCost() function in CacheCost
736 if (auto CC = CacheCost::getCacheCost(L, AR, DI)) in run()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1773 CacheCost::getCacheCost(LN.getOutermostLoop(), AR, DI); in run()