/llvm-project/llvm/unittests/ProfileData/ |
H A D | PGOCtxProfReaderWriterTest.cpp | 93 llvm::unittest::TempFile ProfileFile("ctx_profile", "", "", /*Unique*/ true); TEST_F() local 123 llvm::unittest::TempFile ProfileFile("ctx_profile", "", "", /*Unique*/ true); TEST_F() local 162 llvm::unittest::TempFile ProfileFile("ctx_profile", "", "", /*Unique*/ true); TEST_F() local 185 llvm::unittest::TempFile ProfileFile("ctx_profile", "", "", /*Unique*/ true); TEST_F() local 207 llvm::unittest::TempFile ProfileFile("ctx_profile", "", "", /*Unique*/ true); TEST_F() local 231 llvm::unittest::TempFile ProfileFile("ctx_profile", "", "", /*Unique*/ true); TEST_F() local [all...] |
H A D | SampleProfTest.cpp | 141 TempFile ProfileFile("profile", "", "", /*Unique*/ true); in testRoundTrip() local 373 TempFile ProfileFile("profile", "", "", /*Unique*/ true); in testSuffixElisionPolicy() local
|
/llvm-project/llvm/lib/Support/ |
H A D | PGOOptions.cpp | 14 PGOOptions::PGOOptions(std::string ProfileFile, std::string CSProfileGenFile, in PGOOptions()
|
/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfilingFile.c | 285 static FILE *ProfileFile = NULL; global() variable 365 getProfileFileSizeForMerging(FILE * ProfileFile,uint64_t * ProfileFileSize) getProfileFileSizeForMerging() argument 395 mmapProfileForMerging(FILE * ProfileFile,uint64_t ProfileFileSize,char ** ProfileBuffer) mmapProfileForMerging() argument 419 doProfileMerging(FILE * ProfileFile,int * MergeDone) doProfileMerging() argument 473 FILE *ProfileFile = getProfileFile(); openFileForMerging() local [all...] |
/llvm-project/llvm/include/llvm/Support/ |
H A D | PGOOptions.h | 43 std::string ProfileFile; member
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetPassConfig.cpp | 1129 const std::string ProfileFile = getFSProfileFile(TM); addMachinePasses() local 1238 const std::string ProfileFile = getFSProfileFile(TM); addMachinePasses() local 1526 const std::string ProfileFile = getFSProfileFile(TM); addBlockPlacement() local [all...] |
/llvm-project/llvm/lib/Passes/ |
H A D | PassBuilderPipelines.cpp | 824 addPGOInstrPasses(ModulePassManager & MPM,OptimizationLevel Level,bool RunProfileGen,bool IsCS,bool AtomicCounterUpdate,std::string ProfileFile,std::string ProfileRemappingFile,IntrusiveRefCntPtr<vfs::FileSystem> FS) addPGOInstrPasses() argument 856 addPGOInstrPassesForO0(ModulePassManager & MPM,bool RunProfileGen,bool IsCS,bool AtomicCounterUpdate,std::string ProfileFile,std::string ProfileRemappingFile,IntrusiveRefCntPtr<vfs::FileSystem> FS) addPGOInstrPassesForO0() argument [all...] |
/llvm-project/llvm/tools/opt/ |
H A D | NewPMDriver.cpp | 177 static cl::opt<std::string> ProfileFile("profile-file", global() variable
|