/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | IndirectCallPromotion.cpp | 198 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/ |
D | IndirectCallPromotionAnalysis.cpp | 99 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/ |
D | IndirectCallPromotionAnalysis.cpp | 97 uint32_t &NumCandidates) { in getPromotionCandidatesForInstruction() argument 102 NumCandidates = 0; in getPromotionCandidatesForInstruction() 105 NumCandidates = getProfitablePromotionCandidates(I, NumVals, TotalCount); in getPromotionCandidatesForInstruction()
|
D | ModuleSummaryAnalysis.cpp | 332 uint32_t NumVals, NumCandidates; in computeFunctionSummary() local 336 &I, NumVals, TotalCount, NumCandidates); in computeFunctionSummary()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | IndirectCallPromotion.cpp | 166 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/ |
D | IndirectCallPromotionAnalysis.h | 62 uint32_t &NumCandidates);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | IndirectCallPromotionAnalysis.h | 64 uint32_t &NumCandidates);
|
/external/llvm/lib/CodeGen/ |
D | ShrinkWrap.cpp | 83 STATISTIC(NumCandidates, "Number of shrink-wrapping candidates"); 527 ++NumCandidates; in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | ShrinkWrap.cpp | 93 STATISTIC(NumCandidates, "Number of shrink-wrapping candidates"); 580 ++NumCandidates; in runOnMachineFunction()
|
/external/clang/tools/libclang/ |
D | CIndexCodeCompletion.cpp | 617 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/ |
D | CodeCompleteConsumer.cpp | 514 unsigned NumCandidates) { in ProcessOverloadCandidates() argument 515 for (unsigned I = 0; I != NumCandidates; ++I) { in ProcessOverloadCandidates()
|
/external/clang/include/clang/Sema/ |
D | CodeCompleteConsumer.h | 934 unsigned NumCandidates) { } 967 unsigned NumCandidates) override;
|
/external/wpa_supplicant_8/src/drivers/ |
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()
|
/external/clang/lib/Frontend/ |
D | ASTUnit.cpp | 2129 unsigned NumCandidates) override { in ProcessOverloadCandidates() argument 2130 Next.ProcessOverloadCandidates(S, CurrentArg, Candidates, NumCandidates); in ProcessOverloadCandidates()
|