Searched defs:ProfileInfoLoader (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
H A DProfileInfoLoader.cpp10 // 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, function in class:ProfileInfoLoader
/external/llvm/include/llvm/Analysis/
H A DProfileInfoLoader.h1 //===- ProfileInfoLoader.h - Load & convert profile information -*- C++ -*-===//
10 // The ProfileInfoLoader class is used to load and represent profiling
29 class ProfileInfoLoader { class in namespace:llvm
40 // ProfileInfoLoader ctor - Read the specified profiling data file, exiting
42 ProfileInfoLoader(const char *ToolName, const std::string &Filename,

Completed in 134 milliseconds