Searched defs:ProfileFile (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | PGOOptions.h | 30 : ProfileFile(ProfileFile), CSProfileGenFile(CSProfileGenFile), in ProfileFile() function 55 std::string ProfileFile; member
|
| /llvm-project-15.0.7/compiler-rt/lib/profile/ |
| H A D | InstrProfilingFile.c | 239 static FILE *ProfileFile = NULL; variable 319 static int getProfileFileSizeForMerging(FILE *ProfileFile, in getProfileFileSizeForMerging() 349 static int mmapProfileForMerging(FILE *ProfileFile, uint64_t ProfileFileSize, in mmapProfileForMerging() 373 static int doProfileMerging(FILE *ProfileFile, int *MergeDone) { in doProfileMerging() 427 FILE *ProfileFile = NULL; in openFileForMerging() local
|
| /llvm-project-15.0.7/llvm/lib/Passes/ |
| H A D | PassBuilderPipelines.cpp | 617 bool IsCS, std::string ProfileFile, in addPGOInstrPasses() 687 std::string ProfileFile, in addPGOInstrPassesForO0()
|
| /llvm-project-15.0.7/llvm/unittests/ProfileData/ |
| H A D | SampleProfTest.cpp | 139 TempFile ProfileFile("profile", "", "", /*Unique*/ true); in testRoundTrip() local 373 TempFile ProfileFile("profile", "", "", /*Unique*/ true); in testSuffixElisionPolicy() local
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | TargetPassConfig.cpp | 1177 const std::string ProfileFile = getFSProfileFile(TM); in addMachinePasses() local 1547 const std::string ProfileFile = getFSProfileFile(TM); in addBlockPlacement() local
|
| /llvm-project-15.0.7/llvm/tools/opt/ |
| H A D | opt.cpp | 296 cl::opt<std::string> ProfileFile("profile-file", variable
|