Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp198 uint64_t TotalCount, uint32_t NumCandidates);
223 uint64_t TotalCount, uint32_t NumCandidates) { in getPromotionCandidatesForCallSite() argument
228 << " Num_candidates: " << NumCandidates << "\n"); in getPromotionCandidatesForCallSite()
235 for (uint32_t I = 0; I < NumCandidates; I++) { in getPromotionCandidatesForCallSite()
355 uint32_t NumVals, NumCandidates; in processFunction() local
358 I, NumVals, TotalCount, NumCandidates); in processFunction()
359 if (!NumCandidates || in processFunction()
363 I, ICallProfDataRef, TotalCount, NumCandidates); in processFunction()
376 IPVK_IndirectCallTarget, NumCandidates); in processFunction()
/external/llvm/lib/Analysis/
DIndirectCallPromotionAnalysis.cpp99 uint32_t &NumCandidates) { in getPromotionCandidatesForInstruction() argument
104 NumCandidates = 0; in getPromotionCandidatesForInstruction()
107 NumCandidates = getProfitablePromotionCandidates(I, NumVals, TotalCount); in getPromotionCandidatesForInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DIndirectCallPromotionAnalysis.cpp97 uint32_t &NumCandidates) { in getPromotionCandidatesForInstruction() argument
102 NumCandidates = 0; in getPromotionCandidatesForInstruction()
105 NumCandidates = getProfitablePromotionCandidates(I, NumVals, TotalCount); in getPromotionCandidatesForInstruction()
DModuleSummaryAnalysis.cpp332 uint32_t NumVals, NumCandidates; in computeFunctionSummary() local
336 &I, NumVals, TotalCount, NumCandidates); in computeFunctionSummary()
/external/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp166 uint64_t TotalCount, uint32_t NumCandidates);
259 uint64_t TotalCount, uint32_t NumCandidates) { in getPromotionCandidatesForCallSite() argument
264 << " Num_candidates: " << NumCandidates << "\n"); in getPromotionCandidatesForCallSite()
271 for (uint32_t I = 0; I < NumCandidates; I++) { in getPromotionCandidatesForCallSite()
599 uint32_t NumVals, NumCandidates; in processFunction() local
602 I, NumVals, TotalCount, NumCandidates); in processFunction()
603 if (!NumCandidates) in processFunction()
606 I, ICallProfDataRef, TotalCount, NumCandidates); in processFunction()
619 IPVK_IndirectCallTarget, NumCandidates); in processFunction()
/external/llvm/include/llvm/Analysis/
DIndirectCallPromotionAnalysis.h62 uint32_t &NumCandidates);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DIndirectCallPromotionAnalysis.h64 uint32_t &NumCandidates);
/external/llvm/lib/CodeGen/
DShrinkWrap.cpp83 STATISTIC(NumCandidates, "Number of shrink-wrapping candidates");
527 ++NumCandidates; in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DShrinkWrap.cpp93 STATISTIC(NumCandidates, "Number of shrink-wrapping candidates");
580 ++NumCandidates; in runOnMachineFunction()
/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp617 unsigned NumCandidates) override { in ProcessOverloadCandidates() argument
618 StoredResults.reserve(StoredResults.size() + NumCandidates); in ProcessOverloadCandidates()
619 for (unsigned I = 0; I != NumCandidates; ++I) { in ProcessOverloadCandidates()
/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp514 unsigned NumCandidates) { in ProcessOverloadCandidates() argument
515 for (unsigned I = 0; I != NumCandidates; ++I) { in ProcessOverloadCandidates()
/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h934 unsigned NumCandidates) { }
967 unsigned NumCandidates) override;
/external/wpa_supplicant_8/src/drivers/
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()
/external/clang/lib/Frontend/
DASTUnit.cpp2129 unsigned NumCandidates) override { in ProcessOverloadCandidates() argument
2130 Next.ProcessOverloadCandidates(S, CurrentArg, Candidates, NumCandidates); in ProcessOverloadCandidates()