OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProfRecord
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProfWriter.cpp
123
const InstrProfRecord &
ProfRecord
= ProfileData.second;
126
M +=
ProfRecord
.Counts.size() * sizeof(uint64_t);
145
const InstrProfRecord &
ProfRecord
= ProfileData.second;
147
CSSummaryBuilder->addRecord(
ProfRecord
);
149
SummaryBuilder->addRecord(
ProfRecord
);
152
LE.write<uint64_t>(
ProfRecord
.Counts.size());
153
for (uint64_t I :
ProfRecord
.Counts)
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenPGO.h
38
std::unique_ptr<llvm::InstrProfRecord>
ProfRecord
;
CodeGenPGO.cpp
1010
if (NumValueSites[ValueKind] >=
ProfRecord
->getNumValueSites(ValueKind))
1013
llvm::annotateValueSite(CGM.getModule(), *ValueSite, *
ProfRecord
,
1038
ProfRecord
=
1040
RegionCounts =
ProfRecord
->Counts;
/src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
llvm-profdata.cpp
405
InstrProfRecord *
ProfRecord
;
411
ProfRecord
= Record;
429
InstrProfRecord *
ProfRecord
= IFE.
ProfRecord
;
437
for (size_t I = 0; I <
ProfRecord
->Counts.size(); ++I)
438
ProfRecord
->Counts[I] = -1;
446
ProfRecord
->scale(Numerator, Denominator, [&](instrprof_error E) {
Completed in 17 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026