Searched refs:BBCostMap (Results 1 – 1 of 1) sorted by relevance
2298 const SmallDenseMap<BasicBlock *, int, 4> &BBCostMap, in computeDomSubtreeCost() argument2302 auto BBCostIt = BBCostMap.find(N.getBlock()); in computeDomSubtreeCost()2303 if (BBCostIt == BBCostMap.end()) in computeDomSubtreeCost()2315 return Sum + computeDomSubtreeCost(*ChildN, BBCostMap, DTCostMap); in computeDomSubtreeCost()2596 SmallDenseMap<BasicBlock *, int, 4> BBCostMap; in unswitchBestCondition() local2621 BBCostMap[BB] = Cost; in unswitchBestCondition()2680 Cost -= computeDomSubtreeCost(*DT[SuccBB], BBCostMap, DTCostMap); in unswitchBestCondition()