Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp647 uint32_t NumPromoted = 0; in tryToPromoteWithFuncCmp() local
656 NumPromoted++; in tryToPromoteWithFuncCmp()
675 if (NumPromoted == 0) in tryToPromoteWithFuncCmp()
678 assert(NumPromoted <= ICallProfDataRef.size() && in tryToPromoteWithFuncCmp()
683 updateFuncValueProfiles(CB, ICallProfDataRef.slice(NumPromoted), TotalCount, in tryToPromoteWithFuncCmp()
H A DInstrProfiling.cpp526 bool run(int64_t *NumPromoted) { in run() argument
574 (*NumPromoted)++; in run()
575 if (MaxNumOfPromotions != -1 && *NumPromoted >= MaxNumOfPromotions) in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp57 STATISTIC(NumPromoted, "Number of promoted constants");
496 ++NumPromoted; in ensurePromotedGV()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp815 unsigned NumPromoted = 0; in doesHistoryAllowICP() local
825 NumPromoted++; in doesHistoryAllowICP()
827 if (NumPromoted == MaxNumPromotions) in doesHistoryAllowICP()
H A DMemProfContextDisambiguation.cpp5529 unsigned NumPromoted = 0; in performICP() local
5621 NumPromoted++; in performICP()
5636 M, *CBClone, ArrayRef(Info.CandidateProfileData).slice(NumPromoted), in performICP()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp110 STATISTIC(NumPromoted, "Number of allocas promoted to SSA values");
5805 NumPromoted += PromotableAllocas.size(); in promoteAllocas()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc29102 {"_ZL11NumPromoted", "NumPromoted"},
29132 {"_ZL11NumPromoted", "NumPromoted"},