Searched refs:DTCostMap (Results 1 – 1 of 1) sorted by relevance
2299 SmallDenseMap<DomTreeNode *, int, 4> &DTCostMap) { in computeDomSubtreeCost() argument2307 auto DTCostIt = DTCostMap.find(&N); in computeDomSubtreeCost()2308 if (DTCostIt != DTCostMap.end()) in computeDomSubtreeCost()2315 return Sum + computeDomSubtreeCost(*ChildN, BBCostMap, DTCostMap); in computeDomSubtreeCost()2317 bool Inserted = DTCostMap.insert({&N, Cost}).second; in computeDomSubtreeCost()2639 SmallDenseMap<DomTreeNode *, int, 4> DTCostMap; in unswitchBestCondition() local2680 Cost -= computeDomSubtreeCost(*DT[SuccBB], BBCostMap, DTCostMap); in unswitchBestCondition()