Searched refs:EstimatedLoopWeight (Results 1 – 2 of 2) sorted by relevance
651 auto WeightIt = EstimatedLoopWeight.find(L); in getEstimatedLoopWeight()652 if (WeightIt == EstimatedLoopWeight.end()) in getEstimatedLoopWeight()707 if (!EstimatedLoopWeight.count(PredLoop.getLoopData())) in updateEstimatedBlockWeight()826 if (EstimatedLoopWeight.count(LD)) in estimateBlockWeights()841 EstimatedLoopWeight.insert({LD, *LoopWeight}); in estimateBlockWeights()1233 assert(EstimatedLoopWeight.empty()); in calculate()1270 EstimatedLoopWeight.clear(); in calculate()
346 SmallDenseMap<LoopData, uint32_t> EstimatedLoopWeight; variable