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.cpp655 auto WeightIt = EstimatedLoopWeight.find(L); in getEstimatedLoopWeight()
656 if (WeightIt == EstimatedLoopWeight.end()) in getEstimatedLoopWeight()
712 if (!EstimatedLoopWeight.count(PredLoop.getLoopData())) in updateEstimatedBlockWeight()
830 if (EstimatedLoopWeight.count(LD)) in computeEestimateBlockWeight()
845 EstimatedLoopWeight.insert({LD, *LoopWeight}); in computeEestimateBlockWeight()
1235 assert(EstimatedLoopWeight.empty()); in calculate()
1272 EstimatedLoopWeight.clear(); in calculate()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h344 SmallDenseMap<LoopData, uint32_t> EstimatedLoopWeight; variable