Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp604 auto WeightIt = EstimatedLoopWeight.find(L); in getEstimatedLoopWeight()
605 if (WeightIt == EstimatedLoopWeight.end()) in getEstimatedLoopWeight()
661 if (!EstimatedLoopWeight.count(PredLoop.getLoopData())) in updateEstimatedBlockWeight()
782 if (EstimatedLoopWeight.count(LoopBB.getLoopData())) in computeEestimateBlockWeight()
795 EstimatedLoopWeight.insert( in computeEestimateBlockWeight()
1242 assert(EstimatedLoopWeight.empty()); in calculate()
1279 EstimatedLoopWeight.clear(); in calculate()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h334 SmallDenseMap<LoopData, uint32_t> EstimatedLoopWeight; variable