Searched refs:SampleModuleProfile (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DSampleProfile.cpp240 class SampleModuleProfile { class in namespace:__anon26332
242 SampleModuleProfile(const Module &M, StringRef F) function in class:__anon26332::SampleModuleProfile
313 std::unique_ptr<SampleModuleProfile> Profiler;
370 void SampleModuleProfile::printFunctionProfile(raw_ostream &OS,
379 void SampleModuleProfile::dumpFunctionProfile(StringRef FName) {
384 void SampleModuleProfile::dump() {
452 bool SampleModuleProfile::loadText() {
1078 Profiler.reset(new SampleModuleProfile(M, Filename));

Completed in 312 milliseconds