Lines Matching refs:CostMap
364 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()
1172 OuterIndex = CostMap.find(OuterLoop)->second; in isProfitable()