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