Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DBranchProbabilityInfo.h126 EstimatedBlockWeight(std::move(Arg.EstimatedBlockWeight)) {} in BranchProbabilityInfo()
134 EstimatedBlockWeight = std::move(RHS.EstimatedBlockWeight);
329 SmallDenseMap<const BasicBlock *, uint32_t> EstimatedBlockWeight; variable
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp647 auto WeightIt = EstimatedBlockWeight.find(BB); in getEstimatedBlockWeight()
648 if (WeightIt == EstimatedBlockWeight.end()) in getEstimatedBlockWeight()
705 if (!EstimatedBlockWeight.insert({BB, BBWeight}).second) in updateEstimatedBlockWeight()
714 } else if (!EstimatedBlockWeight.count(PredBlock)) in updateEstimatedBlockWeight()
854 if (EstimatedBlockWeight.count(BB)) in computeEestimateBlockWeight()
1223 assert(EstimatedBlockWeight.empty()); in calculate()
1262 EstimatedBlockWeight.clear(); in calculate()