Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp651 auto WeightIt = EstimatedLoopWeight.find(L); in getEstimatedLoopWeight()
652 if (WeightIt == EstimatedLoopWeight.end()) in getEstimatedLoopWeight()
707 if (!EstimatedLoopWeight.count(PredLoop.getLoopData())) in updateEstimatedBlockWeight()
826 if (EstimatedLoopWeight.count(LD)) in estimateBlockWeights()
841 EstimatedLoopWeight.insert({LD, *LoopWeight}); in estimateBlockWeights()
1233 assert(EstimatedLoopWeight.empty()); in calculate()
1270 EstimatedLoopWeight.clear(); in calculate()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h346 SmallDenseMap<LoopData, uint32_t> EstimatedLoopWeight; variable