Searched defs:ProfileRemappingFile (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Support/ |
H A D | PGOOptions.cpp | 15 std::string ProfileRemappingFile, in PGOOptions()
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | PGOOptions.h | 45 std::string ProfileRemappingFile; member
|
/llvm-project/llvm/lib/Passes/ |
H A D | PassBuilderPipelines.cpp | 825 addPGOInstrPasses(ModulePassManager & MPM,OptimizationLevel Level,bool RunProfileGen,bool IsCS,bool AtomicCounterUpdate,std::string ProfileFile,std::string ProfileRemappingFile,IntrusiveRefCntPtr<vfs::FileSystem> FS) addPGOInstrPasses() argument 857 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 | 201 ProfileRemappingFile("profile-remapping-file", global() variable
|
/llvm-project/clang/include/clang/Basic/ |
H A D | CodeGenOptions.h | 296 std::string ProfileRemappingFile; global() variable
|