| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | IndirectCallPromotion.cpp | 354 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 D | IndirectCallPromotionAnalysis.cpp | 92 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 D | ModuleSummaryAnalysis.cpp | 415 uint32_t NumCandidates = 0; in computeFunctionSummary() local 498 NumCandidates); in computeFunctionSummary()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | IndirectCallPromotionAnalysis.h | 59 const Instruction *I, uint64_t &TotalCount, uint32_t &NumCandidates);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | MemProfContextDisambiguation.h | 49 uint32_t NumCandidates; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionSpecialization.cpp | 681 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 D | MemProfContextDisambiguation.cpp | 5471 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 D | CodeCompleteConsumer.h | 1230 unsigned NumCandidates, in ProcessOverloadCandidates() argument 1282 unsigned NumCandidates,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | CodeCompleteConsumer.cpp | 753 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 D | ShrinkWrap.cpp | 94 STATISTIC(NumCandidates, "Number of shrink-wrapping candidates"); 972 ++NumCandidates; in run()
|
| /freebsd/contrib/wpa/src/drivers/ |
| H A D | driver_ndis.c | 279 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 D | DeclTemplate.h | 691 unsigned NumCandidates; variable 707 return getTrailingObjects(NumCandidates); in getCandidates()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 1997 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 D | ClangExpressionParser.cpp | 1172 unsigned NumCandidates, in ProcessOverloadCandidates() argument
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 1000 unsigned NumCandidates = Record.readInt(); in VisitFunctionDecl() local 1001 while (NumCandidates--) in VisitFunctionDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Decl.cpp | 4342 : NumCandidates(Candidates.size()), in DependentFunctionTemplateSpecializationInfo()
|