Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp2408 SmallDenseMap<DomTreeNode *, InstructionCost, 4> &DTCostMap) { in computeDomSubtreeCost() argument
2416 auto DTCostIt = DTCostMap.find(&N); in computeDomSubtreeCost()
2417 if (DTCostIt != DTCostMap.end()) in computeDomSubtreeCost()
2425 return Sum + computeDomSubtreeCost(*ChildN, BBCostMap, DTCostMap); in computeDomSubtreeCost()
2427 bool Inserted = DTCostMap.insert({&N, Cost}).second; in computeDomSubtreeCost()
2761 SmallDenseMap<DomTreeNode *, InstructionCost, 4> DTCostMap; in unswitchBestCondition() local
2801 Cost += computeDomSubtreeCost(*DT[SuccBB], BBCostMap, DTCostMap); in unswitchBestCondition()