HomeSort by relevance Sort by last modified time
    Searched refs:ProfileInfoLoader (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/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,
ProfileInfoLoaderPass.cpp 21 #include "llvm/Analysis/ProfileInfoLoader.h"
136 if (weight != ProfileInfoLoader::Uncounted) {
155 ProfileInfoLoader PIL("profile-loader", Filename, M);
  /external/swiftshader/third_party/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/swiftshader/third_party/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/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
OptimalEdgeProfiling.cpp 22 #include "llvm/Analysis/ProfileInfoLoader.h"
124 Constant *Uncounted = ConstantInt::get(Int32, ProfileInfoLoader::Uncounted);

Completed in 265 milliseconds