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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h564 /*InsCount=*/0, FunctionSummary::FFlags{}, /*EntryCount=*/0,
587 uint64_t EntryCount = 0; member in class:llvm::CalleeInfo::FunctionSummary
596 uint64_t EntryCount, std::vector<ValueInfo> Refs,
604 InstCount(NumInsts), FunFlags(FunFlags), EntryCount(EntryCount),
630 uint64_t entryCount() const { return EntryCount; }
633 void setEntryCount(uint64_t EC) { EntryCount = EC; }
595 FunctionSummary(GVFlags Flags, unsigned NumInsts, FFlags FunFlags, uint64_t EntryCount, std::vector<ValueInfo> Refs, std::vector<EdgeTy> CGEdges, std::vector<GlobalValue::GUID> TypeTests, std::vector<VFuncId> TypeTestAssumeVCalls, std::vector<VFuncId> TypeCheckedLoadVCalls, std::vector<ConstVCall> TypeTestAssumeConstVCalls, std::vector<ConstVCall> TypeCheckedLoadConstVCalls) argument
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Ddttable2.c1373 UINT32 EntryCount; local
1490 EntryCount = 0;
1508 EntryCount++;
1515 (EntryCount * sizeof (ACPI_SDEV_PCIE_PATH));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp355 unsigned EntryCount = FileSegEnd - I; local
362 OS.EmitIntValue(EntryCount, 4);
364 SegmentSize += 8 * EntryCount;
366 SegmentSize += 4 * EntryCount;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp570 auto EntryCount = F.getEntryCount(AllowSynthetic); local
571 if (!EntryCount)
574 APInt BlockCount(128, EntryCount.getCount());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp837 uint64_t EntryCount = Func->getEntryCount();
843 OS << "function " << Func->getName() << " called " << EntryCount
844 << " returned " << safeDiv(Func->getExitCount() * 100, EntryCount)
/freebsd-11-stable/sys/dev/mwl/
H A Dmwlreg.h712 uint32_t EntryCount; member in struct:__anon11087
721 uint32_t EntryCount; member in struct:__anon11088
H A Dmwlhal.c963 pCmd->EntryCount = htole32(1);
982 pCmd->EntryCount = htole32(n);
/freebsd-11-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h1361 @param[out] EntryCount A pointer to the number of entries in EntryBuffer.
1364 number of entries was returned EntryCount.
1375 OUT UINTN *EntryCount
/freebsd-11-stable/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpi40.h1125 UINT32 EntryCount; member in struct:__anon5715
H A DAcpi51.h1811 UINT32 EntryCount; member in struct:__anon5891
H A DAcpi50.h1795 UINT32 EntryCount; member in struct:__anon5800
H A DAcpi60.h1998 UINT32 EntryCount; member in struct:__anon5993
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp580 const MCExpr *EntryCount = MCBinaryExpr::createDiv(LabelDiff, EntrySize, Ctx); local
582 OS.EmitValue(EntryCount, 4);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1052 void markFunctionAttributes(uint64_t EntryCount, uint64_t MaxCount) { argument
1053 if (PSI->isHotCount(EntryCount))
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dactbl1.h432 UINT32 EntryCount; member in struct:acpi_einj_trigger
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp647 uint32_t EntryCount = readVaruint32(Ctx);
648 while (EntryCount--) {
/freebsd-11-stable/stand/efi/include/
H A Defiapi.h599 OUT UINTN *EntryCount
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1735 uint64_t EntryCount = getCurrentProfileCount(); local
1739 createProfileWeights(EntryCount, getProfileCount(S.getBody())));
1885 createProfileWeights(getProfileCount(S.getBody()), EntryCount));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5923 Flags, InstCount, getDecodedFFlags(RawFunFlags), /*EntryCount=*/0,
6023 uint64_t EntryCount = 0; local
6037 EntryCount = Record[5];
6063 Flags, InstCount, getDecodedFFlags(RawFunFlags), EntryCount,

Completed in 401 milliseconds