Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp2345 const SmallDenseMap<BasicBlock *, int, 4> &BBCostMap, in computeDomSubtreeCost() argument
2349 auto BBCostIt = BBCostMap.find(N.getBlock()); in computeDomSubtreeCost()
2350 if (BBCostIt == BBCostMap.end()) in computeDomSubtreeCost()
2362 return Sum + computeDomSubtreeCost(*ChildN, BBCostMap, DTCostMap); in computeDomSubtreeCost()
2643 SmallDenseMap<BasicBlock *, int, 4> BBCostMap; in unswitchBestCondition() local
2668 BBCostMap[BB] = Cost; in unswitchBestCondition()
2727 Cost -= computeDomSubtreeCost(*DT[SuccBB], BBCostMap, DTCostMap); in unswitchBestCondition()