OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProfileInfoLoader
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Analysis/
ProfileInfoLoader.cpp
10
// The
ProfileInfoLoader
class is used to load and represent profiling
15
#include "llvm/Analysis/
ProfileInfoLoader
.h"
36
if (A ==
ProfileInfoLoader
::Uncounted) return B;
37
if (B ==
ProfileInfoLoader
::Uncounted) return A;
66
Data.resize(NumEntries,
ProfileInfoLoader
::Uncounted);
80
const unsigned
ProfileInfoLoader
::Uncounted = ~0U;
82
//
ProfileInfoLoader
ctor - Read the specified profiling data file, exiting the
85
ProfileInfoLoader
::
ProfileInfoLoader
(const char *ToolName,
Android.mk
46
ProfileInfoLoader
.cpp \
ProfileInfoLoaderPass.cpp
21
#include "llvm/Analysis/
ProfileInfoLoader
.h"
136
if (weight !=
ProfileInfoLoader
::Uncounted) {
155
ProfileInfoLoader
PIL("profile-loader", Filename, M);
/external/llvm/include/llvm/Analysis/
ProfileInfoLoader.h
1
//===-
ProfileInfoLoader
.h - Load & convert profile information -*- C++ -*-===//
10
// The
ProfileInfoLoader
class is used to load and represent profiling
29
class
ProfileInfoLoader
{
40
//
ProfileInfoLoader
ctor - Read the specified profiling data file, exiting
42
ProfileInfoLoader
(const char *ToolName, const std::string &Filename,
/external/llvm/tools/llvm-prof/
llvm-prof.cpp
22
#include "llvm/Analysis/
ProfileInfoLoader
.h"
131
ProfileInfoLoader
&PIL;
134
explicit ProfileInfoPrinterPass(
ProfileInfoLoader
&_PIL)
284
ProfileInfoLoader
PIL(argv[0], ProfileDataFile, *M);
/external/llvm/lib/Transforms/Instrumentation/
OptimalEdgeProfiling.cpp
22
#include "llvm/Analysis/
ProfileInfoLoader
.h"
124
Constant *Uncounted = ConstantInt::get(Int32,
ProfileInfoLoader
::Uncounted);
Completed in 49 milliseconds