Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp665 auto WeightIt = EstimatedLoopWeight.find(L); in getEstimatedLoopWeight()
666 if (WeightIt == EstimatedLoopWeight.end()) in getEstimatedLoopWeight()
722 if (!EstimatedLoopWeight.count(PredLoop.getLoopData())) in updateEstimatedBlockWeight()
842 if (EstimatedLoopWeight.count(LoopBB.getLoopData())) in computeEestimateBlockWeight()
855 EstimatedLoopWeight.insert({LoopBB.getLoopData(), *LoopWeight}); in computeEestimateBlockWeight()
1234 assert(EstimatedLoopWeight.empty()); in calculate()
1271 EstimatedLoopWeight.clear(); in calculate()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h332 SmallDenseMap<LoopData, uint32_t> EstimatedLoopWeight; variable