Searched refs:NumPromoted (Results 1 – 6 of 6) sorted by relevance
279 uint32_t NumPromoted = 0; in tryToPromote() local288 NumPromoted++; in tryToPromote()290 return NumPromoted; in tryToPromote()308 uint32_t NumPromoted = tryToPromote(*CB, PromotionCandidates, TotalCount); in processFunction() local309 if (NumPromoted == 0) in processFunction()316 if (TotalCount == 0 || NumPromoted == NumVals) in processFunction()319 annotateValueSite(*F.getParent(), *CB, ICallProfDataRef.slice(NumPromoted), in processFunction()
423 bool run(int64_t *NumPromoted) { in run() argument471 (*NumPromoted)++; in run()472 if (MaxNumOfPromotions != -1 && *NumPromoted >= MaxNumOfPromotions) in run()
33 STATISTIC(NumPromoted, "Number of alloca's promoted");55 NumPromoted += Allocas.size(); in promoteMemoryToRegister()
59 STATISTIC(NumPromoted, "Number of promoted constants");496 ++NumPromoted; in ensurePromotedGV()
856 unsigned NumPromoted = 0; in doesHistoryAllowICP() local866 NumPromoted++; in doesHistoryAllowICP()868 if (NumPromoted == MaxNumPromotions) in doesHistoryAllowICP()
109 STATISTIC(NumPromoted, "Number of allocas promoted to SSA values");5296 NumPromoted += PromotableAllocas.size(); in promoteAllocas()