Searched defs:ProfileFile (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | PGOOptions.cpp | 14 PGOOptions::PGOOptions(std::string ProfileFile, std::string CSProfileGenFile, in PGOOptions() argument
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfilingFile.c | 281 static FILE *ProfileFile = NULL; global() variable 361 getProfileFileSizeForMerging(FILE * ProfileFile,uint64_t * ProfileFileSize) getProfileFileSizeForMerging() argument 391 mmapProfileForMerging(FILE * ProfileFile,uint64_t ProfileFileSize,char ** ProfileBuffer) mmapProfileForMerging() argument 415 doProfileMerging(FILE * ProfileFile,int * MergeDone) doProfileMerging() argument 469 FILE *ProfileFile = getProfileFile(); openFileForMerging() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | PGOOptions.h | 41 std::string ProfileFile; global() member
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetPassConfig.cpp | 1122 const std::string ProfileFile = getFSProfileFile(TM); addMachinePasses() local 1237 const std::string ProfileFile = getFSProfileFile(TM); addMachinePasses() local 1513 const std::string ProfileFile = getFSProfileFile(TM); addBlockPlacement() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Passes/ |
H A D | PassBuilderPipelines.cpp | 777 addPGOInstrPasses(ModulePassManager & MPM,OptimizationLevel Level,bool RunProfileGen,bool IsCS,bool AtomicCounterUpdate,std::string ProfileFile,std::string ProfileRemappingFile,IntrusiveRefCntPtr<vfs::FileSystem> FS) addPGOInstrPasses() argument 818 addPGOInstrPassesForO0(ModulePassManager & MPM,bool RunProfileGen,bool IsCS,bool AtomicCounterUpdate,std::string ProfileFile,std::string ProfileRemappingFile,IntrusiveRefCntPtr<vfs::FileSystem> FS) addPGOInstrPassesForO0() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/tools/opt/ |
H A D | NewPMDriver.cpp | 177 static cl::opt<std::string> ProfileFile("profile-file", variable
|