Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h223 ArrayRef<LoopCacheCostTy> getLoopCosts() const { return LoopCosts; } in getLoopCosts() function
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp468 const auto &LoopCosts = CC->getLoopCosts(); in processLoopList()