Searched refs:NumPromoted (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Mem2Reg.cpp | 33 STATISTIC(NumPromoted, "Number of alloca's promoted"); 55 NumPromoted += Allocas.size(); in promoteMemoryToRegister()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | IndirectCallPromotion.cpp | 647 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 D | InstrProfiling.cpp | 526 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 D | AArch64PromoteConstant.cpp | 57 STATISTIC(NumPromoted, "Number of promoted constants"); 496 ++NumPromoted; in ensurePromotedGV()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfile.cpp | 815 unsigned NumPromoted = 0; in doesHistoryAllowICP() local 825 NumPromoted++; in doesHistoryAllowICP() 827 if (NumPromoted == MaxNumPromotions) in doesHistoryAllowICP()
|
| H A D | MemProfContextDisambiguation.cpp | 5529 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 D | SROA.cpp | 110 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 D | DemangleTestCases.inc | 29102 {"_ZL11NumPromoted", "NumPromoted"}, 29132 {"_ZL11NumPromoted", "NumPromoted"},
|