Home
last modified time | relevance | path

Searched refs:ProfileInfoLoader (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DProfileInfoLoader.cpp36 if (A == ProfileInfoLoader::Uncounted) return B; in AddCounts()
37 if (B == ProfileInfoLoader::Uncounted) return A; in AddCounts()
66 Data.resize(NumEntries, ProfileInfoLoader::Uncounted); in ReadProfilingBlock()
80 const unsigned ProfileInfoLoader::Uncounted = ~0U;
85 ProfileInfoLoader::ProfileInfoLoader(const char *ToolName, in ProfileInfoLoader() function in ProfileInfoLoader
DProfileInfoLoaderPass.cpp136 if (weight != ProfileInfoLoader::Uncounted) { in readEdge()
155 ProfileInfoLoader PIL("profile-loader", Filename, M); in runOnModule()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DProfileInfoLoader.h29 class ProfileInfoLoader {
42 ProfileInfoLoader(const char *ToolName, const std::string &Filename,
/external/swiftshader/third_party/LLVM/tools/llvm-prof/
Dllvm-prof.cpp131 ProfileInfoLoader &PIL;
134 explicit ProfileInfoPrinterPass(ProfileInfoLoader &_PIL) in ProfileInfoPrinterPass()
284 ProfileInfoLoader PIL(argv[0], ProfileDataFile, *M); in main()
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DOptimalEdgeProfiling.cpp124 Constant *Uncounted = ConstantInt::get(Int32, ProfileInfoLoader::Uncounted); in runOnModule()