Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp2150 SmallDenseMap<DomTreeNode *, int, 4> &DTCostMap) { in computeDomSubtreeCost() argument
2158 auto DTCostIt = DTCostMap.find(&N); in computeDomSubtreeCost()
2159 if (DTCostIt != DTCostMap.end()) in computeDomSubtreeCost()
2166 return Sum + computeDomSubtreeCost(*ChildN, BBCostMap, DTCostMap); in computeDomSubtreeCost()
2168 bool Inserted = DTCostMap.insert({&N, Cost}).second; in computeDomSubtreeCost()
2288 SmallDenseMap<DomTreeNode *, int, 4> DTCostMap; in unswitchBestCondition() local
2329 Cost -= computeDomSubtreeCost(*DT[SuccBB], BBCostMap, DTCostMap); in unswitchBestCondition()