Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfile.h49 std::string ProfileFileName;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRSampleProfile.h39 std::string ProfileFileName; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOInstrumentation.h77 std::string ProfileFileName;
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c472 static FILE *openFileForMerging(const char *ProfileFileName, int *MergeDone) { in openFileForMerging() argument
482 createProfileDir(ProfileFileName); in openFileForMerging()
483 ProfileFile = lprofOpenFileEx(ProfileFileName); in openFileForMerging()
491 PROF_ERR("Profile Merging of file %s failed: %s\n", ProfileFileName, in openFileForMerging()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2051 Module &M, StringRef ProfileFileName, StringRef ProfileRemappingFileName, in annotateAllFunctions() argument
2060 auto ReaderOrErr = IndexedInstrProfReader::create(ProfileFileName, FS, in annotateAllFunctions()
2065 DiagnosticInfoPGOProfile(ProfileFileName.data(), EI.message())); in annotateAllFunctions()
2073 Ctx.diagnose(DiagnosticInfoPGOProfile(ProfileFileName.data(), in annotateAllFunctions()
2083 ProfileFileName.data(), "Not an IR level instrumentation profile")); in annotateAllFunctions()
2088 ProfileFileName.data(), in annotateAllFunctions()
2252 : ProfileFileName(std::move(Filename)), in PGOInstrumentationUse()
2256 ProfileFileName = PGOTestProfileFile; in PGOInstrumentationUse()
2278 if (!annotateAllFunctions(M, ProfileFileName, ProfileRemappingFileName, *FS, in run()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp350 : MachineFunctionPass(ID), ProfileFileName(FileName), P(P) { in MIRProfileLoaderPass()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp2309 : ProfileFileName(File), ProfileRemappingFileName(RemappingFile), in SampleProfileLoaderPass()
2332 ProfileFileName.empty() ? SampleProfileFile : ProfileFileName, in run()