Home
last modified time | relevance | path

Searched refs:NumCandidates (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp354 uint64_t TotalCount, uint32_t NumCandidates);
363 uint32_t NumCandidates,
371 uint64_t TotalFuncCount, uint32_t NumCandidates,
427 uint64_t TotalCount, uint32_t NumCandidates) { in getPromotionCandidatesForCallSite() argument
432 << " Num_candidates: " << NumCandidates << "\n"); in getPromotionCandidatesForCallSite()
439 for (uint32_t I = 0; I < NumCandidates; I++) { in getPromotionCandidatesForCallSite()
646 uint32_t NumCandidates, VTableGUIDCountsMap &VTableGUIDCounts) { in tryToPromoteWithFuncCmp() argument
684 NumCandidates); in tryToPromoteWithFuncCmp()
726 uint64_t TotalFuncCount, uint32_t NumCandidates, in tryToPromoteWithVTableCmp() argument
810 updateFuncValueProfiles(CB, VDs, TotalFuncCount, NumCandidates); in tryToPromoteWithVTableCmp()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIndirectCallPromotionAnalysis.cpp92 const Instruction *I, uint64_t &TotalCount, uint32_t &NumCandidates) { in getPromotionCandidatesForInstruction() argument
96 NumCandidates = 0; in getPromotionCandidatesForInstruction()
99 NumCandidates = getProfitablePromotionCandidates(I, TotalCount); in getPromotionCandidatesForInstruction()
H A DModuleSummaryAnalysis.cpp415 uint32_t NumCandidates = 0; in computeFunctionSummary() local
498 NumCandidates); in computeFunctionSummary()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIndirectCallPromotionAnalysis.h59 const Instruction *I, uint64_t &TotalCount, uint32_t &NumCandidates);
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DMemProfContextDisambiguation.h49 uint32_t NumCandidates; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp681 unsigned NumCandidates = 0; in run() local
734 ++NumCandidates; in run()
737 if (!NumCandidates) { in run()
753 std::min(NumCandidates * MaxClones, unsigned(AllSpecs.size())); in run()
H A DMemProfContextDisambiguation.cpp5471 uint32_t NumCandidates; in recordICPInfo() local
5475 NumCandidates); in recordICPInfo()
5509 ICallAnalysisInfo.push_back({CB, CandidateProfileData.vec(), NumCandidates, in recordICPInfo()
5637 TotalCount, IPVK_IndirectCallTarget, Info.NumCandidates); in performICP()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1230 unsigned NumCandidates, in ProcessOverloadCandidates() argument
1282 unsigned NumCandidates,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp753 unsigned NumCandidates, SourceLocation OpenParLoc, bool Braced) { in ProcessOverloadCandidates() argument
758 for (unsigned I = 0; I != NumCandidates; ++I) { in ProcessOverloadCandidates()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DShrinkWrap.cpp94 STATISTIC(NumCandidates, "Number of shrink-wrapping candidates");
972 ++NumCandidates; in run()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_ndis.c279 ULONG NumCandidates; member
344 ULONG NumCandidates; member
1586 (int) pmkid->Version, (int) pmkid->NumCandidates); in wpa_driver_ndis_event_pmkid()
1594 if (data_len < 8 + pmkid->NumCandidates * sizeof(PMKID_CANDIDATE)) { in wpa_driver_ndis_event_pmkid()
1600 for (i = 0; i < pmkid->NumCandidates; i++) { in wpa_driver_ndis_event_pmkid()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h691 unsigned NumCandidates; variable
707 return getTrailingObjects(NumCandidates); in getCandidates()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1997 unsigned NumCandidates, in ProcessOverloadCandidates() argument
2000 Next.ProcessOverloadCandidates(S, CurrentArg, Candidates, NumCandidates, in ProcessOverloadCandidates()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1172 unsigned NumCandidates, in ProcessOverloadCandidates() argument
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1000 unsigned NumCandidates = Record.readInt(); in VisitFunctionDecl() local
1001 while (NumCandidates--) in VisitFunctionDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4342 : NumCandidates(Candidates.size()), in DependentFunctionTemplateSpecializationInfo()