Searched refs:ProfileInfoLoader (Results 1 – 5 of 5) sorted by relevance
36 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
136 if (weight != ProfileInfoLoader::Uncounted) { in readEdge()155 ProfileInfoLoader PIL("profile-loader", Filename, M); in runOnModule()
29 class ProfileInfoLoader {42 ProfileInfoLoader(const char *ToolName, const std::string &Filename,
131 ProfileInfoLoader &PIL;134 explicit ProfileInfoPrinterPass(ProfileInfoLoader &_PIL) in ProfileInfoPrinterPass()284 ProfileInfoLoader PIL(argv[0], ProfileDataFile, *M); in main()
124 Constant *Uncounted = ConstantInt::get(Int32, ProfileInfoLoader::Uncounted); in runOnModule()