Searched refs:NumPromoted (Results 1 - 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DMem2Reg.cpp25 STATISTIC(NumPromoted, "Number of alloca's promoted");
79 NumPromoted += Allocas.size();
/external/llvm/lib/Transforms/Utils/
H A DMem2Reg.cpp28 STATISTIC(NumPromoted, "Number of alloca's promoted");
50 NumPromoted += Allocas.size();
/external/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp580 uint32_t NumPromoted = 0; local
588 NumPromoted++;
590 return NumPromoted;
607 uint32_t NumPromoted = tryToPromote(I, PromotionCandidates, TotalCount); local
608 if (NumPromoted == 0)
615 if (TotalCount == 0 || NumPromoted == NumVals)
618 annotateValueSite(*M, *I, ICallProfDataRef.slice(NumPromoted), TotalCount,
/external/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp51 STATISTIC(NumPromoted, "Number of promoted constants");
475 ++NumPromoted;
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DLICM.cpp60 STATISTIC(NumPromoted , "Number of memory locations promoted to registers");
771 ++NumPromoted;
H A DScalarReplAggregates.cpp55 STATISTIC(NumPromoted, "Number of allocas promoted");
1327 NumPromoted += Allocas.size();
/external/llvm/lib/Transforms/Scalar/
H A DLICM.cpp77 STATISTIC(NumPromoted, "Number of memory locations promoted to registers");
1035 ++NumPromoted;
H A DSROA.cpp74 STATISTIC(NumPromoted, "Number of allocas promoted to SSA values");
4188 NumPromoted += PromotableAllocas.size();

Completed in 291 milliseconds