Searched refs:NumPromoted (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | IndirectCallPromotion.cpp | 282 uint32_t NumPromoted = 0; in tryToPromote() local 291 NumPromoted++; in tryToPromote() 293 return NumPromoted; in tryToPromote() 311 uint32_t NumPromoted = tryToPromote(*CB, PromotionCandidates, TotalCount); in processFunction() local 312 if (NumPromoted == 0) in processFunction() 319 if (TotalCount == 0 || NumPromoted == NumVals) in processFunction() 322 annotateValueSite(*M, *CB, ICallProfDataRef.slice(NumPromoted), TotalCount, in processFunction()
|
| H A D | InstrProfiling.cpp | 251 bool run(int64_t *NumPromoted) { in run() argument 299 (*NumPromoted)++; in run() 300 if (MaxNumOfPromotions != -1 && *NumPromoted >= MaxNumOfPromotions) in run()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | Mem2Reg.cpp | 33 STATISTIC(NumPromoted, "Number of alloca's promoted"); 55 NumPromoted += Allocas.size(); in promoteMemoryToRegister()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64PromoteConstant.cpp | 59 STATISTIC(NumPromoted, "Number of promoted constants"); 496 ++NumPromoted; in ensurePromotedGV()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfile.cpp | 778 unsigned NumPromoted = 0; in doesHistoryAllowICP() local 788 NumPromoted++; in doesHistoryAllowICP() 790 if (NumPromoted == MaxNumPromotions) in doesHistoryAllowICP()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LICM.cpp | 101 STATISTIC(NumPromoted, "Number of memory locations promoted to registers"); 2143 ++NumPromoted; in promoteLoopAccessesToScalars()
|
| H A D | SROA.cpp | 105 STATISTIC(NumPromoted, "Number of allocas promoted to SSA values"); 4708 NumPromoted += PromotableAllocas.size(); in promoteAllocas()
|