Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp2149 const SmallDenseMap<BasicBlock *, int, 4> &BBCostMap, in computeDomSubtreeCost() argument
2153 auto BBCostIt = BBCostMap.find(N.getBlock()); in computeDomSubtreeCost()
2154 if (BBCostIt == BBCostMap.end()) in computeDomSubtreeCost()
2166 return Sum + computeDomSubtreeCost(*ChildN, BBCostMap, DTCostMap); in computeDomSubtreeCost()
2245 SmallDenseMap<BasicBlock *, int, 4> BBCostMap; in unswitchBestCondition() local
2270 BBCostMap[BB] = Cost; in unswitchBestCondition()
2329 Cost -= computeDomSubtreeCost(*DT[SuccBB], BBCostMap, DTCostMap); in unswitchBestCondition()