Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DBranchProbabilityInfo.h128 EstimatedBlockWeight(std::move(Arg.EstimatedBlockWeight)) {} in BranchProbabilityInfo()
136 EstimatedBlockWeight = std::move(RHS.EstimatedBlockWeight);
331 SmallDenseMap<const BasicBlock *, uint32_t> EstimatedBlockWeight; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp596 auto WeightIt = EstimatedBlockWeight.find(BB); in getEstimatedBlockWeight()
597 if (WeightIt == EstimatedBlockWeight.end()) in getEstimatedBlockWeight()
654 if (!EstimatedBlockWeight.insert({BB, BBWeight}).second) in updateEstimatedBlockWeight()
663 } else if (!EstimatedBlockWeight.count(PredBlock)) in updateEstimatedBlockWeight()
805 if (EstimatedBlockWeight.count(BB)) in computeEestimateBlockWeight()
1241 assert(EstimatedBlockWeight.empty()); in calculate()
1280 EstimatedBlockWeight.clear(); in calculate()