Searched refs:NumPromoted (Results 1 – 6 of 6) sorted by relevance
282 uint32_t NumPromoted = 0; in tryToPromote() local291 NumPromoted++; in tryToPromote()293 return NumPromoted; in tryToPromote()311 uint32_t NumPromoted = tryToPromote(*CB, PromotionCandidates, TotalCount); in processFunction() local312 if (NumPromoted == 0) in processFunction()319 if (TotalCount == 0 || NumPromoted == NumVals) in processFunction()322 annotateValueSite(*M, *CB, ICallProfDataRef.slice(NumPromoted), TotalCount, in processFunction()
251 bool run(int64_t *NumPromoted) { in run() argument299 (*NumPromoted)++; in run()300 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()
816 unsigned NumPromoted = 0; in doesHistoryAllowICP() local826 NumPromoted++; in doesHistoryAllowICP()828 if (NumPromoted == MaxNumPromotions) in doesHistoryAllowICP()
107 STATISTIC(NumPromoted, "Number of allocas promoted to SSA values");5110 NumPromoted += PromotableAllocas.size(); in promoteAllocas()