Home
last modified time | relevance | path

Searched defs:ProfileFile (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/unittests/ProfileData/
H A DPGOCtxProfReaderWriterTest.cpp93 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 DSampleProfTest.cpp141 TempFile ProfileFile("profile", "", "", /*Unique*/ true); in testRoundTrip() local
373 TempFile ProfileFile("profile", "", "", /*Unique*/ true); in testSuffixElisionPolicy() local
/llvm-project/llvm/lib/Support/
H A DPGOOptions.cpp14 PGOOptions::PGOOptions(std::string ProfileFile, std::string CSProfileGenFile, in PGOOptions()
/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c285 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 DPGOOptions.h43 std::string ProfileFile; member
/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp1129 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 DPassBuilderPipelines.cpp824 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 DNewPMDriver.cpp177 static cl::opt<std::string> ProfileFile("profile-file", global() variable