Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp2299 SmallDenseMap<DomTreeNode *, int, 4> &DTCostMap) { in computeDomSubtreeCost() argument
2307 auto DTCostIt = DTCostMap.find(&N); in computeDomSubtreeCost()
2308 if (DTCostIt != DTCostMap.end()) in computeDomSubtreeCost()
2315 return Sum + computeDomSubtreeCost(*ChildN, BBCostMap, DTCostMap); in computeDomSubtreeCost()
2317 bool Inserted = DTCostMap.insert({&N, Cost}).second; in computeDomSubtreeCost()
2639 SmallDenseMap<DomTreeNode *, int, 4> DTCostMap; in unswitchBestCondition() local
2680 Cost -= computeDomSubtreeCost(*DT[SuccBB], BBCostMap, DTCostMap); in unswitchBestCondition()