Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h127 EstimatedBlockWeight(std::move(Arg.EstimatedBlockWeight)) { in BranchProbabilityInfo()
139 EstimatedBlockWeight = std::move(RHS.EstimatedBlockWeight);
343 SmallDenseMap<const BasicBlock *, uint32_t> EstimatedBlockWeight; variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp643 auto WeightIt = EstimatedBlockWeight.find(BB); in getEstimatedBlockWeight()
644 if (WeightIt == EstimatedBlockWeight.end()) in getEstimatedBlockWeight()
700 if (!EstimatedBlockWeight.insert({BB, BBWeight}).second) in updateEstimatedBlockWeight()
709 } else if (!EstimatedBlockWeight.count(PredBlock)) in updateEstimatedBlockWeight()
850 if (EstimatedBlockWeight.count(BB)) in estimateBlockWeights()
1232 assert(EstimatedBlockWeight.empty()); in calculate()
1271 EstimatedBlockWeight.clear(); in calculate()