Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp315 const DenseMap<const Loop *, unsigned> &CostMap,
466 DenseMap<const Loop *, unsigned> CostMap; in processLoopList() local
470 CostMap[LoopCosts[i].first] = i; in processLoopList()
481 DependencyMatrix, CostMap); in processLoopList()
517 DependencyMatrix, CostMap, CC)) { in processLoop()
1097 const DenseMap<const Loop *, unsigned> &CostMap, in isProfitablePerLoopCacheAnalysis() argument
1102 if (CostMap.contains(InnerLoop) && CostMap.contains(OuterLoop)) { in isProfitablePerLoopCacheAnalysis()
1104 InnerIndex = CostMap.find(InnerLoop)->second; in isProfitablePerLoopCacheAnalysis()
1105 OuterIndex = CostMap.find(OuterLoop)->second; in isProfitablePerLoopCacheAnalysis()
1156 const DenseMap<const Loop *, unsigned> &CostMap, in isProfitable() argument
[all …]