Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp336 uint32_t NumPromoted = 0; in tryToPromote() local
345 NumPromoted++; in tryToPromote()
347 return NumPromoted; in tryToPromote()
365 uint32_t NumPromoted = tryToPromote(I, PromotionCandidates, TotalCount); in processFunction() local
366 if (NumPromoted == 0) in processFunction()
373 if (TotalCount == 0 || NumPromoted == NumVals) in processFunction()
376 annotateValueSite(*M, *I, ICallProfDataRef.slice(NumPromoted), TotalCount, in processFunction()
H A DInstrProfiling.cpp251 bool run(int64_t *NumPromoted) { in run() argument
274 (*NumPromoted)++; in run()
275 if (MaxNumOfPromotions != -1 && *NumPromoted >= MaxNumOfPromotions) in run()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DMem2Reg.cpp33 STATISTIC(NumPromoted, "Number of alloca's promoted");
55 NumPromoted += Allocas.size(); in promoteMemoryToRegister()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp59 STATISTIC(NumPromoted, "Number of promoted constants");
482 ++NumPromoted; in ensurePromotedGV()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLICM.cpp87 STATISTIC(NumPromoted, "Number of memory locations promoted to registers");
1934 ++NumPromoted; in promoteLoopAccessesToScalars()
H A DSROA.cpp113 STATISTIC(NumPromoted, "Number of allocas promoted to SSA values");
4484 NumPromoted += PromotableAllocas.size(); in promoteAllocas()