OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EntryCount
(Results
1 - 12
of
12
) sorted by relevancy
/src/sys/external/bsd/gnu-efi/dist/lib/ia64/
salpal.c
222
UINT16
EntryCount
;
230
EntryCount
= SalSystemTable->Header.
EntryCount
;
231
if (
EntryCount
== 0) {
239
for (Count = 0; Count <
EntryCount
;Count++) {
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp
587
auto
EntryCount
= F.getEntryCount(AllowSynthetic);
588
if (!
EntryCount
)
591
APInt BlockCount(128,
EntryCount
.getCount());
InlineCost.cpp
706
auto
EntryCount
= F.getEntryCount();
707
if (!
EntryCount
|| !
EntryCount
.getCount())
774
auto
EntryCount
= EntryProfileCount.getCount();
775
CycleSavings +=
EntryCount
/ 2;
776
CycleSavings = CycleSavings.udiv(
EntryCount
);
/src/sys/external/bsd/gnu-efi/dist/inc/ia64/
salproc.h
136
UINT16
EntryCount
;
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCCodeView.cpp
355
unsigned
EntryCount
= FileSegEnd - I;
362
OS.emitInt32(
EntryCount
);
364
SegmentSize += 8 *
EntryCount
;
366
SegmentSize += 4 *
EntryCount
;
/src/sys/external/bsd/acpica/dist/compiler/
dttable2.c
2123
UINT32
EntryCount
;
2326
EntryCount
= 0;
2344
EntryCount
++;
2351
(
EntryCount
* sizeof (ACPI_SDEV_PCIE_PATH));
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp
601
const MCExpr *
EntryCount
= MCBinaryExpr::createDiv(LabelDiff, EntrySize, Ctx);
603
OS.emitValue(
EntryCount
, 4);
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h
619
/*NumInsts=*/0, FunctionSummary::FFlags{}, /*
EntryCount
=*/0,
643
uint64_t
EntryCount
= 0;
656
uint64_t
EntryCount
, std::vector<ValueInfo> Refs,
665
InstCount(NumInsts), FunFlags(FunFlags),
EntryCount
(
EntryCount
),
693
uint64_t
entryCount
() const { return
EntryCount
; }
696
void setEntryCount(uint64_t EC) {
EntryCount
= EC; }
/src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
llvm-profdata.cpp
2244
uint64_t
EntryCount
;
2248
EntryCount
(0) {}
2252
EntryCount
(ES) {}
2302
FOS << R.
EntryCount
;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjC.cpp
1805
uint64_t
EntryCount
= getCurrentProfileCount();
1809
createProfileWeights(
EntryCount
, getProfileCount(S.getBody())));
1990
createProfileWeights(getProfileCount(S.getBody()),
EntryCount
));
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
6286
Flags, InstCount, getDecodedFFlags(RawFunFlags), /*
EntryCount
=*/0,
6389
uint64_t
EntryCount
= 0;
6403
EntryCount
= Record[5];
6429
Flags, InstCount, getDecodedFFlags(RawFunFlags),
EntryCount
,
/src/sys/external/bsd/acpica/dist/include/
actbl1.h
1636
UINT32
EntryCount
;
Completed in 43 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026