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()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()
332 SmallDenseMap<LoopData, uint32_t> EstimatedLoopWeight; variable