Lines Matching defs:statistics
171 const Mem2RegStatistics &statistics,
214 const Mem2RegStatistics &statistics;
225 MemorySlotPromotionInfo info, const Mem2RegStatistics &statistics,
228 dataLayout(dataLayout), info(std::move(info)), statistics(statistics),
504 if (statistics.newBlockArgumentAmount)
505 (*statistics.newBlockArgumentAmount)++;
638 if (statistics.promotedAmount)
639 (*statistics.promotedAmount)++;
647 Mem2RegStatistics statistics) {
672 dataLayout, std::move(*info), statistics,
711 Mem2RegStatistics statistics{&promotedAmount, &newBlockArgumentAmount};
733 dominance, statistics)))