/llvm-project/llvm/include/llvm/Support/ |
H A D | LEB128.h | 26 unsigned Count = 0; variable 54 unsigned Count = 0; variable 82 unsigned Count = 0; variable 107 unsigned Count = 0; variable
|
H A D | FormatAdapters.h | 62 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 D | Parallel.h | 60 uint32_t Count; variable 65 explicit Latch(uint32_t Count = 0) : Count(Count) {} in Count() argument
|
/llvm-project/llvm/lib/ProfileData/ |
H A D | ProfileSummaryBuilder.cpp | 123 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 D | IndirectCallPromotionAnalysis.cpp | 70 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 D | SampleProfileLoaderBaseUtil.cpp | 86 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 D | CountVisits.cpp | 21 uint32_t Count = Counts[F.getName()] + 1; in run() local
|
/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_buffer_queue.cpp | 30 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 D | CodeGenPGO.h | 61 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 D | StringSetTest.cpp | 40 size_t Count = Set.count(*Element); in TEST_F() local 49 size_t Count = Set.count(""); in TEST_F() local
|
H A D | TwineTest.cpp | 120 int &Count; in TEST() member 125 int Count = 0; in TEST() local
|
/llvm-project/llvm/lib/Object/ |
H A D | WasmObjectFile.cpp | 116 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 D | ProfileSummaryInfo.h | 199 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 D | array_end.c | 18 unsigned long Count = __fini_array_end - __fini_array_start; in callFini() local
|
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIATable.cpp | 18 LONG Count = 0; in getItemCount() local
|
H A D | DIAEnumInjectedSources.cpp | 21 LONG Count = 0; in getChildCount() local
|
H A D | DIAEnumFrameData.cpp | 19 LONG Count = 0; in getChildCount() local
|
H A D | DIAEnumLineNumbers.cpp | 21 LONG Count = 0; in getChildCount() local
|
H A D | DIAEnumSourceFiles.cpp | 21 LONG Count = 0; in getChildCount() local
|
H A D | DIAEnumDebugStreams.cpp | 21 LONG Count = 0; in getChildCount() local
|
/llvm-project/llvm/tools/llvm-profgen/ |
H A D | ProfileGenerator.cpp | 338 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 D | TargetRegistry.cpp | 24 int Count = 0; in TEST() local
|
/llvm-project/llvm/utils/count/ |
H A D | count.c | 21 size_t Count, NumLines, NumRead; in main() local
|
/llvm-project/compiler-rt/test/fuzzer/ |
H A D | AFLDriverTest.cpp | 13 static int Count = N; in __afl_persistent_loop() local
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | SuspiciousMissingCommaCheck.cpp | 108 unsigned int Count = 0; in check() local 119 if (double(Count) / Size > RatioThreshold) in check() local
|