Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
832 if (EstimatedLoopWeight.count(LoopBB.getLoopData())) in computeEestimateBlockWeight()
845 EstimatedLoopWeight.insert({LoopBB.getLoopData(), *LoopWeight}); in computeEestimateBlockWeight()
1224 assert(EstimatedLoopWeight.empty()); in calculate()
1261 EstimatedLoopWeight.clear(); in calculate()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h332 SmallDenseMap<LoopData, uint32_t> EstimatedLoopWeight; variable