Searched refs:EstimatedLoopWeight (Results 1 – 2 of 2) sorted by relevance
655 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()
344 SmallDenseMap<LoopData, uint32_t> EstimatedLoopWeight; variable