Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h222 ArrayRef<LoopCacheCostTy> getLoopCosts() const { return LoopCosts; } in getLoopCosts() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1221 for (const auto &[Idx, Cost] : enumerate((*CC)->getLoopCosts())) in computeIfUnitinialized()