Home
last modified time | relevance | path

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

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