Searched refs:NumPromoted (Results 1 – 6 of 6) sorted by relevance
33 STATISTIC(NumPromoted, "Number of alloca's promoted");55 NumPromoted += Allocas.size(); in promoteMemoryToRegister()
635 uint32_t NumPromoted = 0; in tryToPromoteWithFuncCmp() local644 NumPromoted++; in tryToPromoteWithFuncCmp()663 if (NumPromoted == 0) in tryToPromoteWithFuncCmp()666 assert(NumPromoted <= ICallProfDataRef.size() && in tryToPromoteWithFuncCmp()671 updateFuncValueProfiles(CB, ICallProfDataRef.slice(NumPromoted), TotalCount, in tryToPromoteWithFuncCmp()
504 bool run(int64_t *NumPromoted) { in run() argument552 (*NumPromoted)++; in run()553 if (MaxNumOfPromotions != -1 && *NumPromoted >= MaxNumOfPromotions) in run()
59 STATISTIC(NumPromoted, "Number of promoted constants");496 ++NumPromoted; in ensurePromotedGV()
813 unsigned NumPromoted = 0; in doesHistoryAllowICP() local823 NumPromoted++; in doesHistoryAllowICP()825 if (NumPromoted == MaxNumPromotions) in doesHistoryAllowICP()
109 STATISTIC(NumPromoted, "Number of allocas promoted to SSA values");5558 NumPromoted += PromotableAllocas.size(); in promoteAllocas()