Searched refs:BBCostMap (Results 1 – 1 of 1) sorted by relevance
2529 const SmallDenseMap<BasicBlock *, InstructionCost, 4> &BBCostMap, in computeDomSubtreeCost() argument2533 auto BBCostIt = BBCostMap.find(N.getBlock()); in computeDomSubtreeCost()2534 if (BBCostIt == BBCostMap.end()) in computeDomSubtreeCost()2547 return Sum + computeDomSubtreeCost(*ChildN, BBCostMap, DTCostMap); in computeDomSubtreeCost()2855 SmallDenseMap<BasicBlock *, InstructionCost, 4> BBCostMap; in unswitchBestCondition() local2884 BBCostMap[BB] = Cost; in unswitchBestCondition()2945 Cost += computeDomSubtreeCost(*DT[SuccBB], BBCostMap, DTCostMap); in unswitchBestCondition()