Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h215 auto IT = llvm::find_if(LoopCosts, [&L](const LoopCacheCostTy &LCC) { in getLoopCost()
218 return (IT != LoopCosts.end()) ? (*IT).second : -1; in getLoopCost()
222 ArrayRef<LoopCacheCostTy> getLoopCosts() const { return LoopCosts; } in getLoopCosts()
254 stable_sort(LoopCosts, in sortLoopCosts()
268 SmallVector<LoopCacheCostTy, 3> LoopCosts; variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp561 for (const auto &LC : CC.LoopCosts) { in operator <<()
614 LoopCosts, in calculateCacheFootprint()
618 LoopCosts.push_back(std::make_pair(L, LoopCost)); in calculateCacheFootprint()