Searched refs:computeDomSubtreeCost (Results 1 – 1 of 1) sorted by relevance
2344 computeDomSubtreeCost(DomTreeNode &N, in computeDomSubtreeCost() function2362 return Sum + computeDomSubtreeCost(*ChildN, BBCostMap, DTCostMap); in computeDomSubtreeCost()2727 Cost -= computeDomSubtreeCost(*DT[SuccBB], BBCostMap, DTCostMap); in unswitchBestCondition()