Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp364 const DenseMap<const Loop *, unsigned> &CostMap);
514 DenseMap<const Loop *, unsigned> CostMap; in processLoopList() local
518 CostMap[LoopCosts[i].first] = i; in processLoopList()
529 DependencyMatrix, CostMap); in processLoopList()
554 const DenseMap<const Loop *, unsigned> &CostMap) { in processLoop()
565 DependencyMatrix, CostMap)) { in processLoop()
1162 const DenseMap<const Loop *, unsigned> &CostMap) { in isProfitable() argument
1168 if (CostMap.find(InnerLoop) != CostMap.end() && in isProfitable()
1169 CostMap.find(OuterLoop) != CostMap.end()) { in isProfitable()
1171 InnerIndex = CostMap.find(InnerLoop)->second; in isProfitable()
[all …]