Searched refs:NumPromoted (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DMem2Reg.cpp33 STATISTIC(NumPromoted, "Number of alloca's promoted");
55 NumPromoted += Allocas.size();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp341 uint32_t NumPromoted = 0; local
350 NumPromoted++;
352 return NumPromoted;
370 uint32_t NumPromoted = tryToPromote(*CB, PromotionCandidates, TotalCount); local
371 if (NumPromoted == 0)
378 if (TotalCount == 0 || NumPromoted == NumVals)
381 annotateValueSite(*M, *CB, ICallProfDataRef.slice(NumPromoted), TotalCount,
H A DInstrProfiling.cpp261 bool run(int64_t *NumPromoted) { argument
310 (*NumPromoted)++;
311 if (MaxNumOfPromotions != -1 && *NumPromoted >= MaxNumOfPromotions)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp59 STATISTIC(NumPromoted, "Number of promoted constants");
496 ++NumPromoted;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp751 unsigned NumPromoted = 0; local
761 NumPromoted++;
763 if (NumPromoted == MaxNumPromotions)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLICM.cpp99 STATISTIC(NumPromoted, "Number of memory locations promoted to registers");
2215 ++NumPromoted;
H A DSROA.cpp108 STATISTIC(NumPromoted, "Number of allocas promoted to SSA values");
4723 NumPromoted += PromotableAllocas.size();

Completed in 256 milliseconds