Searched refs:NumCandidates (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | IndirectCallPromotion.cpp | 197 uint64_t TotalCount, uint32_t NumCandidates); 222 uint64_t TotalCount, uint32_t NumCandidates) { in getPromotionCandidatesForCallSite() argument 227 << " Num_candidates: " << NumCandidates << "\n"); in getPromotionCandidatesForCallSite() 234 for (uint32_t I = 0; I < NumCandidates; I++) { in getPromotionCandidatesForCallSite() 361 uint32_t NumVals, NumCandidates; in processFunction() local 364 CB, NumVals, TotalCount, NumCandidates); in processFunction() 365 if (!NumCandidates || in processFunction() 369 *CB, ICallProfDataRef, TotalCount, NumCandidates); in processFunction() 382 IPVK_IndirectCallTarget, NumCandidates); in processFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | IndirectCallPromotionAnalysis.cpp | 94 uint32_t &NumCandidates) { in getPromotionCandidatesForInstruction() argument 99 NumCandidates = 0; in getPromotionCandidatesForInstruction() 102 NumCandidates = getProfitablePromotionCandidates(I, NumVals, TotalCount); in getPromotionCandidatesForInstruction()
|
| H A D | ModuleSummaryAnalysis.cpp | 379 uint32_t NumVals, NumCandidates; in computeFunctionSummary() local 383 &I, NumVals, TotalCount, NumCandidates); in computeFunctionSummary()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | IndirectCallPromotionAnalysis.h | 63 uint32_t &NumCandidates);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | ShrinkWrap.cpp | 93 STATISTIC(NumCandidates, "Number of shrink-wrapping candidates"); 581 ++NumCandidates; in runOnMachineFunction()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CIndexCodeCompletion.cpp | 657 unsigned NumCandidates, in ProcessOverloadCandidates() argument 659 StoredResults.reserve(StoredResults.size() + NumCandidates); in ProcessOverloadCandidates() 660 for (unsigned I = 0; I != NumCandidates; ++I) { in ProcessOverloadCandidates()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | CodeCompleteConsumer.h | 1141 unsigned NumCandidates, in ProcessOverloadCandidates() argument 1192 unsigned NumCandidates,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | CodeCompleteConsumer.cpp | 646 unsigned NumCandidates, SourceLocation OpenParLoc) { in ProcessOverloadCandidates() argument 651 for (unsigned I = 0; I != NumCandidates; ++I) { in ProcessOverloadCandidates()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 1925 unsigned NumCandidates, in ProcessOverloadCandidates() argument 1927 Next.ProcessOverloadCandidates(S, CurrentArg, Candidates, NumCandidates, in ProcessOverloadCandidates()
|