OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProfileInfoLoader
(Results
1 - 2
of
2
) 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,
/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,
Completed in 1342 milliseconds