Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp282 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 DInstrProfiling.cpp251 bool run(int64_t *NumPromoted) { in run() argument
299 (*NumPromoted)++; in run()
300 if (MaxNumOfPromotions != -1 && *NumPromoted >= MaxNumOfPromotions) in run()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DMem2Reg.cpp33 STATISTIC(NumPromoted, "Number of alloca's promoted");
55 NumPromoted += Allocas.size(); in promoteMemoryToRegister()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp59 STATISTIC(NumPromoted, "Number of promoted constants");
496 ++NumPromoted; in ensurePromotedGV()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp816 unsigned NumPromoted = 0; in doesHistoryAllowICP() local
826 NumPromoted++; in doesHistoryAllowICP()
828 if (NumPromoted == MaxNumPromotions) in doesHistoryAllowICP()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSROA.cpp107 STATISTIC(NumPromoted, "Number of allocas promoted to SSA values");
5110 NumPromoted += PromotableAllocas.size(); in promoteAllocas()