Searched refs:ProfileFileName (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 153 : ModulePass(ID), ProfileFileName(std::move(Filename)) { in PGOInstrumentationUseLegacyPass() 155 ProfileFileName = PGOTestProfileFile; in PGOInstrumentationUseLegacyPass() 165 std::string ProfileFileName; member in __anon870b0e360111::PGOInstrumentationUseLegacyPass 851 Module &M, StringRef ProfileFileName, in annotateAllFunctions() argument 857 auto ReaderOrErr = IndexedInstrProfReader::create(ProfileFileName); in annotateAllFunctions() 861 DiagnosticInfoPGOProfile(ProfileFileName.data(), EI.message())); in annotateAllFunctions() 869 Ctx.diagnose(DiagnosticInfoPGOProfile(ProfileFileName.data(), in annotateAllFunctions() 876 ProfileFileName.data(), "Not an IR level instrumentation profile")); in annotateAllFunctions() 918 : ProfileFileName(std::move(Filename)) { in PGOInstrumentationUse() 920 ProfileFileName = PGOTestProfileFile; in PGOInstrumentationUse() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/ |
D | SampleProfile.h | 29 : ProfileFileName(File), IsThinLTOPreLink(IsThinLTOPreLink) {} in ProfileFileName() function 34 std::string ProfileFileName;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 403 : ModulePass(ID), ProfileFileName(std::move(Filename)) { in PGOInstrumentationUseLegacyPass() 405 ProfileFileName = PGOTestProfileFile; in PGOInstrumentationUseLegacyPass() 413 std::string ProfileFileName; member in __anon3417d88e0111::PGOInstrumentationUseLegacyPass 1432 Module &M, StringRef ProfileFileName, in annotateAllFunctions() argument 1438 auto ReaderOrErr = IndexedInstrProfReader::create(ProfileFileName); in annotateAllFunctions() 1442 DiagnosticInfoPGOProfile(ProfileFileName.data(), EI.message())); in annotateAllFunctions() 1450 Ctx.diagnose(DiagnosticInfoPGOProfile(ProfileFileName.data(), in annotateAllFunctions() 1457 ProfileFileName.data(), "Not an IR level instrumentation profile")); in annotateAllFunctions() 1533 : ProfileFileName(std::move(Filename)) { in PGOInstrumentationUse() 1535 ProfileFileName = PGOTestProfileFile; in PGOInstrumentationUse() [all …]
|
/external/compiler-rt/lib/profile/ |
D | InstrProfilingFile.c | 178 static FILE *openFileForMerging(const char *ProfileFileName) { in openFileForMerging() argument 182 ProfileFile = lprofOpenFileEx(ProfileFileName); in openFileForMerging() 189 PROF_ERR("Profile Merging of file %s failed: %s\n", ProfileFileName, in openFileForMerging()
|
/external/llvm/include/llvm/Transforms/ |
D | PGOInstrumentation.h | 35 std::string ProfileFileName;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Instrumentation/ |
D | PGOInstrumentation.h | 44 std::string ProfileFileName;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | SampleProfile.cpp | 1618 ProfileFileName.empty() ? SampleProfileFile : ProfileFileName, in run()
|