Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.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()
356 uint32_t NumVals, NumCandidates; in processFunction() local
359 I, NumVals, TotalCount, NumCandidates); in processFunction()
360 if (!NumCandidates || in processFunction()
364 I, ICallProfDataRef, TotalCount, NumCandidates); in processFunction()
377 IPVK_IndirectCallTarget, NumCandidates); in processFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.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.cpp384 uint32_t NumVals, NumCandidates; in computeFunctionSummary() local
388 &I, NumVals, TotalCount, NumCandidates); in computeFunctionSummary()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIndirectCallPromotionAnalysis.h63 uint32_t &NumCandidates);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DShrinkWrap.cpp93 STATISTIC(NumCandidates, "Number of shrink-wrapping candidates");
588 ++NumCandidates; in runOnMachineFunction()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_ndis.c279 ULONG NumCandidates; member
344 ULONG NumCandidates; member
1574 (int) pmkid->Version, (int) pmkid->NumCandidates); in wpa_driver_ndis_event_pmkid()
1582 if (data_len < 8 + pmkid->NumCandidates * sizeof(PMKID_CANDIDATE)) { in wpa_driver_ndis_event_pmkid()
1588 for (i = 0; i < pmkid->NumCandidates; i++) { in wpa_driver_ndis_event_pmkid()