/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | IndirectCallPromotion.cpp | 346 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 D | IndirectCallPromotionAnalysis.cpp | 86 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 D | ModuleSummaryAnalysis.cpp | 483 uint32_t NumCandidates; in computeFunctionSummary() local 487 NumCandidates); in computeFunctionSummary()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | IndirectCallPromotionAnalysis.h | 60 const Instruction *I, uint64_t &TotalCount, uint32_t &NumCandidates);
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionSpecialization.cpp | 631 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 D | CodeCompleteConsumer.h | 1231 unsigned NumCandidates, in ProcessOverloadCandidates() argument 1283 unsigned NumCandidates,
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | CodeCompleteConsumer.cpp | 757 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 D | ShrinkWrap.cpp | 94 STATISTIC(NumCandidates, "Number of shrink-wrapping candidates"); 972 ++NumCandidates; in runOnMachineFunction()
|
/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 | 693 unsigned NumCandidates; variable 709 return {getTrailingObjects<FunctionTemplateDecl *>(), NumCandidates}; in getCandidates()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionParser.cpp | 973 unsigned NumCandidates, in ProcessOverloadCandidates() argument
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 1982 unsigned NumCandidates, in ProcessOverloadCandidates() argument 1985 Next.ProcessOverloadCandidates(S, CurrentArg, Candidates, NumCandidates, in ProcessOverloadCandidates()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 1017 unsigned NumCandidates = Record.readInt(); in VisitFunctionDecl() local 1018 while (NumCandidates--) in VisitFunctionDecl()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 4249 : NumCandidates(Candidates.size()), in DependentFunctionTemplateSpecializationInfo()
|