OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CallerProfile
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
ProfileGenerator.cpp
373
// in which case
CallerProfile
will not exist. But we can't modify
378
FunctionSamples &
CallerProfile
= ProfileMap[CallerContextId];
386
CallerProfile
.addCalledTargetSamples(
390
CallerProfile
.addBodySamples(CallerLeafFrameLoc.second.LineOffset,
393
CallerProfile
.addTotalSamples(EstimatedCallCount);
545
FunctionSamples &
CallerProfile
=
547
CallerProfile
.setFunctionHash(InlinerDesc->FuncHash);
548
CallerProfile
.addBodySamples(CallerIndex, 0, Count);
549
CallerProfile
.addTotalSamples(Count);
550
CallerProfile
.addCalledTargetSamples
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProfReader.cpp
1434
FunctionSamples *
CallerProfile
= InlineStack.front();
1437
FProfile = &
CallerProfile
->functionSamplesAt(
1467
for (auto
CallerProfile
: NewStack)
1468
CallerProfile
->addTotalSamples(Count);
Completed in 16 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026