Home
last modified time | relevance | path

Searched refs:EntryCount (Results 1 – 19 of 19) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h527 uint64_t EntryCount = 0;
536 uint64_t EntryCount, std::vector<ValueInfo> Refs,
544 InstCount(NumInsts), FunFlags(FunFlags), EntryCount(EntryCount),
570 uint64_t entryCount() const { return EntryCount; }
573 void setEntryCount(uint64_t EC) { EntryCount = EC; }
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCCodeView.cpp356 unsigned EntryCount = FileSegEnd - I; in emitLineTableForFunction() local
363 OS.EmitIntValue(EntryCount, 4); in emitLineTableForFunction()
365 SegmentSize += 8 * EntryCount; in emitLineTableForFunction()
367 SegmentSize += 4 * EntryCount; in emitLineTableForFunction()
/freebsd-12.1/sys/contrib/dev/acpica/compiler/
H A Ddttable2.c1373 UINT32 EntryCount; in DtCompileSdev() local
1490 EntryCount = 0; in DtCompileSdev()
1508 EntryCount++; in DtCompileSdev()
1515 (EntryCount * sizeof (ACPI_SDEV_PCIE_PATH)); in DtCompileSdev()
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DGCOV.cpp829 uint64_t EntryCount = Func->getEntryCount(); in printFunctionSummary() local
835 OS << "function " << Func->getName() << " called " << EntryCount in printFunctionSummary()
836 << " returned " << safeDiv(Func->getExitCount() * 100, EntryCount) in printFunctionSummary()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp568 auto EntryCount = F.getEntryCount(); in getProfileCountFromFreq() local
569 if (!EntryCount) in getProfileCountFromFreq()
572 APInt BlockCount(128, EntryCount.getCount()); in getProfileCountFromFreq()
/freebsd-12.1/sys/dev/mwl/
H A Dmwlreg.h714 uint32_t EntryCount; member
723 uint32_t EntryCount; member
H A Dmwlhal.c965 pCmd->EntryCount = htole32(1); in mwl_hal_settxrate()
984 pCmd->EntryCount = htole32(n); in mwl_hal_settxrate()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp568 const MCExpr *EntryCount = MCBinaryExpr::createDiv(LabelDiff, EntrySize, Ctx); in emitCSpecificHandlerTable() local
570 OS.EmitValue(EntryCount, 4); in emitCSpecificHandlerTable()
/freebsd-12.1/stand/efi/include/
H A Defiapi.h595 OUT UINTN *EntryCount
/freebsd-12.1/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h1375 OUT UINTN *EntryCount
/freebsd-12.1/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpi40.h1125 UINT32 EntryCount; member
H A DAcpi51.h1811 UINT32 EntryCount; member
H A DAcpi50.h1795 UINT32 EntryCount; member
H A DAcpi60.h1998 UINT32 EntryCount; member
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp945 void markFunctionAttributes(uint64_t EntryCount, uint64_t MaxCount) { in markFunctionAttributes() argument
952 if (EntryCount >= HotFunctionThreshold.scale(ProgramMaxCount)) in markFunctionAttributes()
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Dactbl1.h1037 UINT32 EntryCount; member
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp644 uint32_t EntryCount = readVaruint32(Ctx); in parseLinkingSectionComdat() local
645 while (EntryCount--) { in parseLinkingSectionComdat()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp1660 uint64_t EntryCount = getCurrentProfileCount(); in EmitObjCForCollectionStmt() local
1664 createProfileWeights(EntryCount, getProfileCount(S.getBody()))); in EmitObjCForCollectionStmt()
1810 createProfileWeights(getProfileCount(S.getBody()), EntryCount)); in EmitObjCForCollectionStmt()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5455 uint64_t EntryCount = 0; in parseEntireSummary() local
5468 EntryCount = Record[5]; in parseEntireSummary()
5489 Flags, InstCount, getDecodedFFlags(RawFunFlags), EntryCount, in parseEntireSummary()