Home
last modified time | relevance | path

Searched defs:ProfileRemappingFile (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DPGOOptions.cpp15 std::string ProfileRemappingFile, in PGOOptions() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DPGOOptions.h43 std::string ProfileRemappingFile; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp778 addPGOInstrPasses(ModulePassManager & MPM,OptimizationLevel Level,bool RunProfileGen,bool IsCS,bool AtomicCounterUpdate,std::string ProfileFile,std::string ProfileRemappingFile,IntrusiveRefCntPtr<vfs::FileSystem> FS) addPGOInstrPasses() argument
819 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.cpp201 ProfileRemappingFile("profile-remapping-file", variable
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h292 std::string ProfileRemappingFile; global() variable