OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sampleprof
(Results
1 - 25
of
29
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
ProfileCommon.h
20
#include "llvm/ProfileData/
SampleProf
.h"
31
namespace
sampleprof
{
namespace in namespace:llvm
35
} // end namespace
sampleprof
93
void addRecord(const
sampleprof
::FunctionSamples &FS,
96
const StringMap<
sampleprof
::FunctionSamples> &Profiles);
SampleProfWriter.h
20
#include "llvm/ProfileData/
SampleProf
.h"
31
namespace
sampleprof
{
namespace in namespace:llvm
399
} // end namespace
sampleprof
SampleProfReader.h
237
#include "llvm/ProfileData/
SampleProf
.h"
254
namespace
sampleprof
{
namespace in namespace:llvm
828
} // end namespace
sampleprof
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/
ProfileSummaryBuilder.cpp
19
#include "llvm/ProfileData/
SampleProf
.h"
108
const
sampleprof
::FunctionSamples &FS, bool isCallsiteSample) {
116
if (!
sampleprof
::FunctionSamples::ProfileIsProbeBased ||
117
(Count !=
sampleprof
::FunctionSamples::InvalidProbeCount))
186
const StringMap<
sampleprof
::FunctionSamples> &Profiles) {
189
StringMap<
sampleprof
::FunctionSamples> ContextLessProfiles;
190
const StringMap<
sampleprof
::FunctionSamples> *ProfilesToUse = &Profiles;
197
if (UseContextLessSummary || (
sampleprof
::FunctionSamples::ProfileIsCS &&
206
const
sampleprof
::FunctionSamples &Profile = I.second;
SampleProf.cpp
1
//=--
SampleProf
.cpp - Sample profiling format support --------------------===//
14
#include "llvm/ProfileData/
SampleProf
.h"
31
using namespace
sampleprof
;
39
namespace
sampleprof
{
namespace in namespace:llvm
45
} // namespace
sampleprof
54
const char *name() const noexcept override { return "llvm.
sampleprof
"; }
110
raw_ostream &llvm::
sampleprof
::operator<<(raw_ostream &OS,
156
raw_ostream &llvm::
sampleprof
::operator<<(raw_ostream &OS,
203
raw_ostream &llvm::
sampleprof
::operator<<(raw_ostream &OS,
/src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
CSPreInliner.h
14
#include "llvm/ProfileData/
SampleProf
.h"
19
using namespace
sampleprof
;
22
namespace
sampleprof
{
namespace in namespace:llvm
89
} // end namespace
sampleprof
llvm-profgen.cpp
35
using namespace
sampleprof
;
CallContext.h
12
#include "llvm/ProfileData/
SampleProf
.h"
18
namespace
sampleprof
{
namespace in namespace:llvm
61
} // end namespace
sampleprof
ProfileGenerator.h
20
using namespace
sampleprof
;
23
namespace
sampleprof
{
namespace in namespace:llvm
253
} // end namespace
sampleprof
ProfiledBinary.h
29
#include "llvm/ProfileData/
SampleProf
.h"
40
using namespace
sampleprof
;
44
namespace
sampleprof
{
namespace in namespace:llvm
266
} // end namespace
sampleprof
PseudoProbe.h
25
namespace
sampleprof
{
namespace in namespace:llvm
233
} // end namespace
sampleprof
PseudoProbe.cpp
18
using namespace
sampleprof
;
22
namespace
sampleprof
{
namespace in namespace:llvm
345
} // end namespace
sampleprof
ProfileGenerator.cpp
33
cl::location(llvm::
sampleprof
::CSProfileGenerator::MaxCompressionSize));
54
using namespace
sampleprof
;
57
namespace
sampleprof
{
namespace in namespace:llvm
445
// Enable pseudo probe functionalities in
SampleProf
639
} // end namespace
sampleprof
CSPreInliner.cpp
17
using namespace
sampleprof
;
PerfReader.h
22
using namespace
sampleprof
;
25
namespace
sampleprof
{
namespace in namespace:llvm
618
} // end namespace
sampleprof
ProfiledBinary.cpp
23
using namespace
sampleprof
;
42
namespace
sampleprof
{
namespace in namespace:llvm
477
} // end namespace
sampleprof
PerfReader.cpp
25
namespace
sampleprof
{
namespace in namespace:llvm
669
} // end namespace
sampleprof
/src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
llvm-profdata.cpp
458
std::unique_ptr<
sampleprof
::SampleProfileReader> &Reader,
506
const
sampleprof
::FunctionSamples &FS = PD.getValue();
546
sampleprof
::SampleProfileReader::create(SampleFilename.str(), Context);
569
static
sampleprof
::FunctionSamples
570
remapSamples(const
sampleprof
::FunctionSamples &Samples,
572
sampleprof
::FunctionSamples Result;
587
sampleprof
::FunctionSamplesMap &Target =
590
sampleprof
::FunctionSamples Remapped =
599
static
sampleprof
::SampleProfileFormat FormatMap[] = {
600
sampleprof
::SPF_None
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
SampleProfileLoaderBaseUtil.h
24
#include "llvm/ProfileData/
SampleProf
.h"
28
using namespace
sampleprof
;
SampleProfileLoaderBaseImpl.h
36
#include "llvm/ProfileData/
SampleProf
.h"
44
using namespace
sampleprof
;
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
ProfiledCallGraph.h
15
#include "llvm/ProfileData/
SampleProf
.h"
23
using namespace
sampleprof
;
26
namespace
sampleprof
{
namespace in namespace:llvm
128
} // end namespace
sampleprof
SampleContextTracker.h
23
#include "llvm/ProfileData/
SampleProf
.h"
29
using namespace
sampleprof
;
SampleProfileProbe.h
25
#include "llvm/ProfileData/
SampleProf
.h"
33
using namespace
sampleprof
;
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InsertPrefetch.cpp
28
#include "llvm/ProfileData/
SampleProf
.h"
32
using namespace
sampleprof
;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleContextTracker.cpp
18
#include "llvm/ProfileData/
SampleProf
.h"
24
using namespace
sampleprof
;
Completed in 27 milliseconds
1
2
Indexes created Tue Sep 22 00:26:15 UTC 2026