Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp279 uint32_t NumPromoted = 0; in tryToPromote() local
288 NumPromoted++; in tryToPromote()
290 return NumPromoted; in tryToPromote()
308 uint32_t NumPromoted = tryToPromote(*CB, PromotionCandidates, TotalCount); in processFunction() local
309 if (NumPromoted == 0) in processFunction()
316 if (TotalCount == 0 || NumPromoted == NumVals) in processFunction()
319 annotateValueSite(*F.getParent(), *CB, ICallProfDataRef.slice(NumPromoted), in processFunction()
H A DInstrProfiling.cpp423 bool run(int64_t *NumPromoted) { in run() argument
471 (*NumPromoted)++; in run()
472 if (MaxNumOfPromotions != -1 && *NumPromoted >= MaxNumOfPromotions) in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMem2Reg.cpp33 STATISTIC(NumPromoted, "Number of alloca's promoted");
55 NumPromoted += Allocas.size(); in promoteMemoryToRegister()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp59 STATISTIC(NumPromoted, "Number of promoted constants");
496 ++NumPromoted; in ensurePromotedGV()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp856 unsigned NumPromoted = 0; in doesHistoryAllowICP() local
866 NumPromoted++; in doesHistoryAllowICP()
868 if (NumPromoted == MaxNumPromotions) in doesHistoryAllowICP()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp109 STATISTIC(NumPromoted, "Number of allocas promoted to SSA values");
5296 NumPromoted += PromotableAllocas.size(); in promoteAllocas()