OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FProfile
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProfReader.cpp
269
FunctionSamples &
FProfile
= Profiles[FContext];
270
FProfile
.setName(FContext.getNameWithoutContext());
271
FProfile
.setContext(FContext);
272
MergeResult(Result,
FProfile
.addTotalSamples(NumSamples));
273
MergeResult(Result,
FProfile
.addHeadSamples(NumHeadSamples));
275
InlineStack.push_back(&
FProfile
);
314
FunctionSamples &
FProfile
= *InlineStack.back();
316
MergeResult(Result,
FProfile
.addCalledTargetSamples(
320
MergeResult(Result,
FProfile
.addBodySamples(LineOffset, Discriminator,
325
FunctionSamples &
FProfile
= *InlineStack.back()
[
all
...]
SampleProf.cpp
361
FunctionSamples &
FProfile
= Ret.first->second;
362
FProfile
.setContext(FContext);
363
FProfile
.setName(FContext.getNameWithoutContext());
376
FunctionSamples &
FProfile
= I.second;
377
StringRef ContextStr =
FProfile
.getNameWithContext();
384
auto Ret = ProfileMap.try_emplace(ContextStr,
FProfile
);
386
FProfile
= Ret.first->second;
/src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
ProfileGenerator.cpp
208
FunctionSamples &
FProfile
= Ret.first->second;
209
FProfile
.setContext(FContext);
210
FProfile
.setName(FContext.getNameWithoutContext());
/src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProfReader.h
579
std::error_code readProfile(FunctionSamples &
FProfile
);
Completed in 63 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026