Searched refs:EstimatedLoopWeight (Results 1 – 2 of 2) sorted by relevance
665 auto WeightIt = EstimatedLoopWeight.find(L); in getEstimatedLoopWeight()666 if (WeightIt == EstimatedLoopWeight.end()) in getEstimatedLoopWeight()722 if (!EstimatedLoopWeight.count(PredLoop.getLoopData())) in updateEstimatedBlockWeight()842 if (EstimatedLoopWeight.count(LoopBB.getLoopData())) in computeEestimateBlockWeight()855 EstimatedLoopWeight.insert({LoopBB.getLoopData(), *LoopWeight}); in computeEestimateBlockWeight()1234 assert(EstimatedLoopWeight.empty()); in calculate()1271 EstimatedLoopWeight.clear(); in calculate()
332 SmallDenseMap<LoopData, uint32_t> EstimatedLoopWeight; variable