Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp2530 SmallDenseMap<DomTreeNode *, InstructionCost, 4> &DTCostMap) { in computeDomSubtreeCost() argument
2538 auto DTCostIt = DTCostMap.find(&N); in computeDomSubtreeCost()
2539 if (DTCostIt != DTCostMap.end()) in computeDomSubtreeCost()
2547 return Sum + computeDomSubtreeCost(*ChildN, BBCostMap, DTCostMap); in computeDomSubtreeCost()
2549 bool Inserted = DTCostMap.insert({&N, Cost}).second; in computeDomSubtreeCost()
2902 SmallDenseMap<DomTreeNode *, InstructionCost, 4> DTCostMap; in unswitchBestCondition() local
2945 Cost += computeDomSubtreeCost(*DT[SuccBB], BBCostMap, DTCostMap); in unswitchBestCondition()