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

/external/llvm/lib/Transforms/Scalar/
H A DSampleProfile.cpp10 // This file implements the SampleProfileLoader transformation. This pass
286 class SampleProfileLoader : public FunctionPass { class in namespace:__anon26332
291 SampleProfileLoader(StringRef Name = SampleProfileFile) function in class:__anon26332::SampleProfileLoader
1067 char SampleProfileLoader::ID = 0;
1068 INITIALIZE_PASS_BEGIN(SampleProfileLoader, "sample-profile",
1074 INITIALIZE_PASS_END(SampleProfileLoader, "sample-profile",
1077 bool SampleProfileLoader::doInitialization(Module &M) {
1084 return new SampleProfileLoader(SampleProfileFile);
1088 return new SampleProfileLoader(Name);
1091 bool SampleProfileLoader
[all...]

Completed in 179 milliseconds