Searched refs:DTCostMap (Results 1 – 1 of 1) sorted by relevance
2150 SmallDenseMap<DomTreeNode *, int, 4> &DTCostMap) { in computeDomSubtreeCost() argument2158 auto DTCostIt = DTCostMap.find(&N); in computeDomSubtreeCost()2159 if (DTCostIt != DTCostMap.end()) in computeDomSubtreeCost()2166 return Sum + computeDomSubtreeCost(*ChildN, BBCostMap, DTCostMap); in computeDomSubtreeCost()2168 bool Inserted = DTCostMap.insert({&N, Cost}).second; in computeDomSubtreeCost()2288 SmallDenseMap<DomTreeNode *, int, 4> DTCostMap; in unswitchBestCondition() local2329 Cost -= computeDomSubtreeCost(*DT[SuccBB], BBCostMap, DTCostMap); in unswitchBestCondition()