Searched refs:ProfileFileName (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfile.h29 : ProfileFileName(File), ProfileRemappingFileName(RemappingFile),
35 std::string ProfileFileName; member in class:llvm::SampleProfileLoaderPass
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOInstrumentation.h66 std::string ProfileFileName; member in class:llvm::PGOInstrumentationUse
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp390 : ModulePass(ID), ProfileFileName(std::move(Filename)), IsCS(IsCS) {
392 ProfileFileName = PGOTestProfileFile;
400 std::string ProfileFileName; member in class:__anon4590::PGOInstrumentationUseLegacyPass
1186 // Read the profile from ProfileFileName and assign the value to the
1575 Module &M, StringRef ProfileFileName, StringRef ProfileRemappingFileName,
1584 IndexedInstrProfReader::create(ProfileFileName, ProfileRemappingFileName);
1588 DiagnosticInfoPGOProfile(ProfileFileName.data(), EI.message()));
1596 Ctx.diagnose(DiagnosticInfoPGOProfile(ProfileFileName.data(),
1606 ProfileFileName.data(), "Not an IR level instrumentation profile"));
1700 : ProfileFileName(st
1574 annotateAllFunctions( Module &M, StringRef ProfileFileName, StringRef ProfileRemappingFileName, function_ref<TargetLibraryInfo &(Function &)> LookupTLI, function_ref<BranchProbabilityInfo *(Function &)> LookupBPI, function_ref<BlockFrequencyInfo *(Function &)> LookupBFI, ProfileSummaryInfo *PSI, bool IsCS) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c292 static FILE *openFileForMerging(const char *ProfileFileName, int *MergeDone) { argument
300 createProfileDir(ProfileFileName);
301 ProfileFile = lprofOpenFileEx(ProfileFileName);
309 PROF_ERR("Profile Merging of file %s failed: %s\n", ProfileFileName,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1993 ProfileFileName.empty() ? SampleProfileFile : ProfileFileName,

Completed in 177 milliseconds