Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DSampleProfile.h31 : ProfileFileName(File), ProfileRemappingFileName(RemappingFile), in ProfileFileName() function
37 std::string ProfileFileName;
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMIRSampleProfile.h34 std::string ProfileFileName; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOInstrumentation.h66 std::string ProfileFileName;
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2061 Module &M, StringRef ProfileFileName, StringRef ProfileRemappingFileName, in annotateAllFunctions() argument
2070 IndexedInstrProfReader::create(ProfileFileName, ProfileRemappingFileName); in annotateAllFunctions()
2074 DiagnosticInfoPGOProfile(ProfileFileName.data(), EI.message())); in annotateAllFunctions()
2082 Ctx.diagnose(DiagnosticInfoPGOProfile(ProfileFileName.data(), in annotateAllFunctions()
2092 ProfileFileName.data(), "Not an IR level instrumentation profile")); in annotateAllFunctions()
2097 ProfileFileName.data(), in annotateAllFunctions()
2103 ProfileFileName.data(), in annotateAllFunctions()
2255 : ProfileFileName(std::move(Filename)), in PGOInstrumentationUse()
2258 ProfileFileName = PGOTestProfileFile; in PGOInstrumentationUse()
2279 if (!annotateAllFunctions(M, ProfileFileName, ProfileRemappingFileName, in run()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp297 : MachineFunctionPass(ID), ProfileFileName(FileName), P(P), in MIRProfileLoaderPass()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp2347 ProfileFileName.empty() ? SampleProfileFile : ProfileFileName, in run()