Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h177 using LoopCacheCostTy = std::pair<const Loop *, CacheCostTy>; variable
201 auto IT = llvm::find_if(LoopCosts, [&L](const LoopCacheCostTy &LCC) { in getLoopCost()
208 ArrayRef<LoopCacheCostTy> getLoopCosts() const { return LoopCosts; } in getLoopCosts()
240 sort(LoopCosts, [](const LoopCacheCostTy &A, const LoopCacheCostTy &B) { in sortLoopCosts()
253 SmallVector<LoopCacheCostTy, 3> LoopCosts;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp528 [L](const LoopCacheCostTy &LCC) { in calculateCacheFootprint()