Searched refs:NumPromoted (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | IndirectCallPromotion.cpp | 341 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 D | InstrProfiling.cpp | 261 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 D | Mem2Reg.cpp | 33 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 D | AArch64PromoteConstant.cpp | 59 STATISTIC(NumPromoted, "Number of promoted constants"); 496 ++NumPromoted; in ensurePromotedGV()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfile.cpp | 751 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 D | LICM.cpp | 99 STATISTIC(NumPromoted, "Number of memory locations promoted to registers"); 2215 ++NumPromoted; in promoteLoopAccessesToScalars()
|
| H A D | SROA.cpp | 108 STATISTIC(NumPromoted, "Number of allocas promoted to SSA values"); 4723 NumPromoted += PromotableAllocas.size(); in promoteAllocas()
|