Searched refs:BBCostMap (Results 1 – 1 of 1) sorted by relevance
2669 const SmallDenseMap<BasicBlock *, InstructionCost, 4> &BBCostMap, in computeDomSubtreeCost() argument2673 auto BBCostIt = BBCostMap.find(N.getBlock()); in computeDomSubtreeCost()2674 if (BBCostIt == BBCostMap.end()) in computeDomSubtreeCost()2687 return Sum + computeDomSubtreeCost(*ChildN, BBCostMap, DTCostMap); in computeDomSubtreeCost()3334 SmallDenseMap<BasicBlock *, InstructionCost, 4> BBCostMap; in findBestNonTrivialUnswitchCandidate() local3356 BBCostMap[BB] = Cost; in findBestNonTrivialUnswitchCandidate()3421 Cost += computeDomSubtreeCost(*DT[SuccBB], BBCostMap, DTCostMap); in findBestNonTrivialUnswitchCandidate()