Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DPGOOptions.cpp14 PGOOptions::PGOOptions(std::string ProfileFile, std::string CSProfileGenFile, in PGOOptions() argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c281 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 DPGOOptions.h41 std::string ProfileFile; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp1122 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 DPassBuilderPipelines.cpp777 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 DNewPMDriver.cpp177 static cl::opt<std::string> ProfileFile("profile-file", variable