Searched refs:ProfileFileName (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | SampleProfile.h | 49 std::string ProfileFileName;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MIRSampleProfile.h | 39 std::string ProfileFileName; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.h | 75 std::string ProfileFileName;
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/profile/ |
| H A D | InstrProfilingFile.c | 468 static FILE *openFileForMerging(const char *ProfileFileName, int *MergeDone) { in openFileForMerging() argument 478 createProfileDir(ProfileFileName); in openFileForMerging() 479 ProfileFile = lprofOpenFileEx(ProfileFileName); in openFileForMerging() 487 PROF_ERR("Profile Merging of file %s failed: %s\n", ProfileFileName, in openFileForMerging()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 1958 Module &M, StringRef ProfileFileName, StringRef ProfileRemappingFileName, in annotateAllFunctions() argument 1967 auto ReaderOrErr = IndexedInstrProfReader::create(ProfileFileName, FS, in annotateAllFunctions() 1972 DiagnosticInfoPGOProfile(ProfileFileName.data(), EI.message())); in annotateAllFunctions() 1980 Ctx.diagnose(DiagnosticInfoPGOProfile(ProfileFileName.data(), in annotateAllFunctions() 1990 ProfileFileName.data(), "Not an IR level instrumentation profile")); in annotateAllFunctions() 1995 ProfileFileName.data(), in annotateAllFunctions() 2147 : ProfileFileName(std::move(Filename)), in PGOInstrumentationUse() 2151 ProfileFileName = PGOTestProfileFile; in PGOInstrumentationUse() 2174 if (!annotateAllFunctions(M, ProfileFileName, ProfileRemappingFileName, *FS, in run()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MIRSampleProfile.cpp | 350 : MachineFunctionPass(ID), ProfileFileName(FileName), P(P) { in MIRProfileLoaderPass()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfile.cpp | 2697 : ProfileFileName(File), ProfileRemappingFileName(RemappingFile), in SampleProfileLoaderPass() 2719 ProfileFileName.empty() ? SampleProfileFile : ProfileFileName, in run()
|