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