Home
last modified time | relevance | path

Searched defs:Count (Results 1 – 25 of 423) sorted by relevance

12345678910>>...17

/llvm-project/llvm/include/llvm/Support/
H A DLEB128.h26 unsigned Count = 0; variable
54 unsigned Count = 0; variable
82 unsigned Count = 0; variable
107 unsigned Count = 0; variable
H A DFormatAdapters.h62 size_t Count; variable
65 RepeatAdapter(T &&Item, size_t Count) in RepeatAdapter()
101 support::detail::RepeatAdapter<T> fmt_repeat(T &&Item, size_t Count) { in fmt_repeat()
H A DParallel.h60 uint32_t Count; variable
65 explicit Latch(uint32_t Count = 0) : Count(Count) {} in Count() argument
/llvm-project/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp123 uint64_t Count = I.second.getSamples(); in addRecord() local
141 uint64_t CurrSum = 0, Count = 0; in computeDetailedSummary() local
226 void InstrProfSummaryBuilder::addEntryCount(uint64_t Count) { in addEntryCount()
235 void InstrProfSummaryBuilder::addInternalCount(uint64_t Count) { in addInternalCount()
/llvm-project/llvm/lib/Analysis/
H A DIndirectCallPromotionAnalysis.cpp70 assert(Count <= RemainingCount); in getProfitablePromotionCandidates() local
52 isPromotionProfitable(uint64_t Count,uint64_t TotalCount,uint64_t RemainingCount) isPromotionProfitable() argument
[all...]
/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp86 unsigned &Count = SampleCoverage[FS][Loc]; in markSamplesUsed() local
103 unsigned Count = (I != SampleCoverage.end()) ? I->second.size() : 0; in countUsedRecords() local
124 unsigned Count = FS->getBodySamples().size(); in countBodyRecords() local
H A DCountVisits.cpp21 uint32_t Count = Counts[F.getName()] + 1; in run() local
/llvm-project/compiler-rt/lib/xray/
H A Dxray_buffer_queue.cpp30 BufferQueue::ControlBlock *allocControlBlock(size_t Size, size_t Count) { in allocControlBlock()
38 size_t Count) { in deallocControlBlock()
43 void decRefCount(BufferQueue::ControlBlock *C, size_t Size, size_t Count) { in decRefCount()
/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.h61 void setCurrentRegionCount(uint64_t Count) { CurrentRegionCount = Count; } in setCurrentRegionCount() argument
77 if (auto Count = getStmtCount(S)) in setCurrentStmt() local
/llvm-project/llvm/unittests/ADT/
H A DStringSetTest.cpp40 size_t Count = Set.count(*Element); in TEST_F() local
49 size_t Count = Set.count(""); in TEST_F() local
H A DTwineTest.cpp120 int &Count; in TEST() member
125 int Count = 0; in TEST() local
/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp116 unsigned Count; readULEB128() local
136 unsigned Count; readLEB128() local
437 uint32_t Count = readVaruint32(Ctx); parseDylinkSection() local
461 uint32_t Count; parseDylink0Section() local
476 uint32_t Count = readVaruint32(Ctx); parseDylink0Section() local
483 uint32_t Count = readVaruint32(Ctx); parseDylink0Section() local
527 uint32_t Count = readVaruint32(Ctx); parseNameSection() local
639 uint32_t Count = readVaruint32(Ctx); parseLinkingSection() local
651 uint32_t Count = readVaruint32(Ctx); parseLinkingSection() local
684 uint32_t Count = readVaruint32(Ctx); parseLinkingSectionSymtab() local
1188 uint32_t Count = readVaruint32(Ctx); parseTypeSection() local
1260 uint32_t Count = readVaruint32(Ctx); parseImportSection() local
1321 uint32_t Count = readVaruint32(Ctx); parseFunctionSection() local
1341 uint32_t Count = readVaruint32(Ctx); parseTableSection() local
1364 uint32_t Count = readVaruint32(Ctx); parseMemorySection() local
1380 uint32_t Count = readVaruint32(Ctx); parseTagSection() local
1407 uint32_t Count = readVaruint32(Ctx); parseGlobalSection() local
1429 uint32_t Count = readVaruint32(Ctx); parseExportSection() local
1637 uint32_t Count = readVaruint32(Ctx); parseElemSection() local
1727 uint32_t Count = readVaruint32(Ctx); parseDataSection() local
[all...]
/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h199 return Count && isHotCount(*Count); in isHotBlock() local
206 return Count && isColdCount(*Count); in isColdBlock() local
212 return Count && isColdCount(*Count); in isColdBlock() local
307 auto Count = BFI->getBlockProfileCount(BB); isHotOrColdBlockNthPercentile() local
318 auto Count = BFI->getProfileCountFromFreq(BlockFreq); isHotOrColdBlockNthPercentile() local
[all...]
/llvm-project/bolt/test/AArch64/
H A Darray_end.c18 unsigned long Count = __fini_array_end - __fini_array_start; in callFini() local
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIATable.cpp18 LONG Count = 0; in getItemCount() local
H A DDIAEnumInjectedSources.cpp21 LONG Count = 0; in getChildCount() local
H A DDIAEnumFrameData.cpp19 LONG Count = 0; in getChildCount() local
H A DDIAEnumLineNumbers.cpp21 LONG Count = 0; in getChildCount() local
H A DDIAEnumSourceFiles.cpp21 LONG Count = 0; in getChildCount() local
H A DDIAEnumDebugStreams.cpp21 LONG Count = 0; in getChildCount() local
/llvm-project/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp338 uint64_t Count = Item.second; in findDisjointRanges() local
352 uint64_t Count = 0; in findDisjointRanges() local
387 updateBodySamplesforFunctionProfile(FunctionSamples & FunctionProfile,const SampleContextFrame & LeafLoc,uint64_t Count) updateBodySamplesforFunctionProfile() argument
572 uint64_t Count = PI.second; populateBodySamplesWithProbesForAllFunctions() local
589 uint64_t Count = Entry.second; populateBoundarySamplesWithProbesForAllFunctions() local
617 getLeafProfileAndAddTotalSamples(const SampleContextFrameVector & FrameVec,uint64_t Count) getLeafProfileAndAddTotalSamples() argument
682 uint64_t Count = Range.second; populateBodySamplesForAllFunctions() local
726 uint64_t Count = Entry.second; populateBoundarySamplesForAllFunctions() local
966 uint64_t Count = Range.second; populateBodySamplesForFunction() local
996 uint64_t Count = Entry.second; populateBoundarySamplesForFunction() local
1174 uint64_t Count = Range.second; extractProbesFromRange() local
1250 uint64_t Count = PI.second; populateBodySamplesWithProbes() local
1309 uint64_t Count = BI.second; populateBoundarySamplesWithProbes() local
[all...]
/llvm-project/llvm/unittests/MC/
H A DTargetRegistry.cpp24 int Count = 0; in TEST() local
/llvm-project/llvm/utils/count/
H A Dcount.c21 size_t Count, NumLines, NumRead; in main() local
/llvm-project/compiler-rt/test/fuzzer/
H A DAFLDriverTest.cpp13 static int Count = N; in __afl_persistent_loop() local
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousMissingCommaCheck.cpp108 unsigned int Count = 0; in check() local
119 if (double(Count) / Size > RatioThreshold) in check() local

12345678910>>...17