Home
last modified time | relevance | path

Searched refs:ProfileFileName (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DSampleProfile.h31 : ProfileFileName(File), ProfileRemappingFileName(RemappingFile), in ProfileFileName() function
37 std::string ProfileFileName;
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMIRSampleProfile.h34 std::string ProfileFileName; variable
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOInstrumentation.h66 std::string ProfileFileName;
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1736 Module &M, StringRef ProfileFileName, StringRef ProfileRemappingFileName, in annotateAllFunctions() argument
1745 IndexedInstrProfReader::create(ProfileFileName, ProfileRemappingFileName); in annotateAllFunctions()
1749 DiagnosticInfoPGOProfile(ProfileFileName.data(), EI.message())); in annotateAllFunctions()
1757 Ctx.diagnose(DiagnosticInfoPGOProfile(ProfileFileName.data(), in annotateAllFunctions()
1767 ProfileFileName.data(), "Not an IR level instrumentation profile")); in annotateAllFunctions()
1772 ProfileFileName.data(), in annotateAllFunctions()
1778 ProfileFileName.data(), in annotateAllFunctions()
1922 : ProfileFileName(std::move(Filename)), in PGOInstrumentationUse()
1925 ProfileFileName = PGOTestProfileFile; in PGOInstrumentationUse()
1946 if (!annotateAllFunctions(M, ProfileFileName, ProfileRemappingFileName, in run()
/llvm-project-15.0.7/compiler-rt/lib/profile/
H A DInstrProfilingFile.c426 static FILE *openFileForMerging(const char *ProfileFileName, int *MergeDone) { in openFileForMerging() argument
434 createProfileDir(ProfileFileName); in openFileForMerging()
435 ProfileFile = lprofOpenFileEx(ProfileFileName); in openFileForMerging()
443 PROF_ERR("Profile Merging of file %s failed: %s\n", ProfileFileName, in openFileForMerging()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp297 : MachineFunctionPass(ID), ProfileFileName(FileName), P(P), in MIRProfileLoaderPass()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp2164 ProfileFileName.empty() ? SampleProfileFile : ProfileFileName, in run()