Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp346 uint64_t TotalCount, uint32_t NumCandidates);
355 uint32_t NumCandidates,
363 uint64_t TotalFuncCount, uint32_t NumCandidates,
415 uint64_t TotalCount, uint32_t NumCandidates) { in getPromotionCandidatesForCallSite() argument
420 << " Num_candidates: " << NumCandidates << "\n"); in getPromotionCandidatesForCallSite()
427 for (uint32_t I = 0; I < NumCandidates; I++) { in getPromotionCandidatesForCallSite()
634 uint32_t NumCandidates, VTableGUIDCountsMap &VTableGUIDCounts) { in tryToPromoteWithFuncCmp() argument
672 NumCandidates); in tryToPromoteWithFuncCmp()
714 uint64_t TotalFuncCount, uint32_t NumCandidates, in tryToPromoteWithVTableCmp() argument
798 updateFuncValueProfiles(CB, VDs, TotalFuncCount, NumCandidates); in tryToPromoteWithVTableCmp()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIndirectCallPromotionAnalysis.cpp86 const Instruction *I, uint64_t &TotalCount, uint32_t &NumCandidates) { in getPromotionCandidatesForInstruction() argument
90 NumCandidates = 0; in getPromotionCandidatesForInstruction()
93 NumCandidates = getProfitablePromotionCandidates(I, TotalCount); in getPromotionCandidatesForInstruction()
H A DModuleSummaryAnalysis.cpp483 uint32_t NumCandidates; in computeFunctionSummary() local
487 NumCandidates); in computeFunctionSummary()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIndirectCallPromotionAnalysis.h60 const Instruction *I, uint64_t &TotalCount, uint32_t &NumCandidates);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp631 unsigned NumCandidates = 0; in run() local
678 ++NumCandidates; in run()
681 if (!NumCandidates) { in run()
697 std::min(NumCandidates * MaxClones, unsigned(AllSpecs.size())); in run()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1231 unsigned NumCandidates, in ProcessOverloadCandidates() argument
1283 unsigned NumCandidates,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp757 unsigned NumCandidates, SourceLocation OpenParLoc, bool Braced) { in ProcessOverloadCandidates() argument
762 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 runOnMachineFunction()
/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.h693 unsigned NumCandidates; variable
709 return {getTrailingObjects<FunctionTemplateDecl *>(), NumCandidates}; in getCandidates()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp973 unsigned NumCandidates, in ProcessOverloadCandidates() argument
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1982 unsigned NumCandidates, in ProcessOverloadCandidates() argument
1985 Next.ProcessOverloadCandidates(S, CurrentArg, Candidates, NumCandidates, in ProcessOverloadCandidates()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1017 unsigned NumCandidates = Record.readInt(); in VisitFunctionDecl() local
1018 while (NumCandidates--) in VisitFunctionDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4249 : NumCandidates(Candidates.size()), in DependentFunctionTemplateSpecializationInfo()