Home
last modified time | relevance | path

Searched refs:BBCostMap (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp2407 const SmallDenseMap<BasicBlock *, InstructionCost, 4> &BBCostMap, in computeDomSubtreeCost() argument
2411 auto BBCostIt = BBCostMap.find(N.getBlock()); in computeDomSubtreeCost()
2412 if (BBCostIt == BBCostMap.end()) in computeDomSubtreeCost()
2425 return Sum + computeDomSubtreeCost(*ChildN, BBCostMap, DTCostMap); in computeDomSubtreeCost()
2714 SmallDenseMap<BasicBlock *, InstructionCost, 4> BBCostMap; in unswitchBestCondition() local
2743 BBCostMap[BB] = Cost; in unswitchBestCondition()
2801 Cost += computeDomSubtreeCost(*DT[SuccBB], BBCostMap, DTCostMap); in unswitchBestCondition()