Home
last modified time | relevance | path

Searched refs:ProfileRemappingFile (Results 1 – 11 of 11) sorted by relevance

/llvm-project/llvm/lib/Support/
H A DPGOOptions.cpp15 std::string ProfileRemappingFile, in PGOOptions() argument
22 ProfileRemappingFile(ProfileRemappingFile), MemoryProfile(MemoryProfile), in PGOOptions()
/llvm-project/llvm/include/llvm/Support/
H A DPGOOptions.h32 std::string ProfileRemappingFile, std::string MemoryProfile,
45 std::string ProfileRemappingFile; member
/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp837 std::string ProfileRemappingFile, in addPGOInstrPasses()
844 PGOInstrumentationUse(ProfileFile, ProfileRemappingFile, IsCS, FS)); in addPGOInstrPasses()
876 std::string ProfileRemappingFile, IntrusiveRefCntPtr<vfs::FileSystem> FS) { in addPGOInstrPassesForO0()
880 PGOInstrumentationUse(ProfileFile, ProfileRemappingFile, IsCS, FS));
1123 PGOOpt->ProfileRemappingFile, Phase)); in buildModuleSimplificationPipeline()
1219 PGOOpt->ProfileFile, PGOOpt->ProfileRemappingFile,
1237 /* ProfileRemappingFile */ "", IntrusiveRefCntPtr<vfs::FileSystem>()); in addVectorPasses()
1457 PGOOpt->CSProfileGenFile, PGOOpt->ProfileRemappingFile, in buildModuleOptimizationPipeline()
1462 PGOOpt->ProfileFile, PGOOpt->ProfileRemappingFile, in buildModuleOptimizationPipeline()
1840 PGOOpt->ProfileRemappingFile, in buildLTODefaultPipeline()
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 DNewPMDriver.cpp206 ProfileRemappingFile("profile-remapping-file",
366 P = PGOOptions(ProfileFile, "", ProfileRemappingFile, MemoryProfileFile, FS, in runPassPipeline()
370 P = PGOOptions(ProfileFile, "", ProfileRemappingFile, MemoryProfileFile, FS, in runPassPipeline()
398 P = PGOOptions("", CSProfileGenFile, ProfileRemappingFile, in runPassPipeline()
201 ProfileRemappingFile("profile-remapping-file", global() variable
/llvm-project/llvm/include/llvm/Passes/
H A DPassBuilder.h621 std::string ProfileRemappingFile,
758 std::string ProfileRemappingFile,
/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h298 std::string ProfileRemappingFile;
296 std::string ProfileRemappingFile; global() variable
/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp828 CodeGenOpts.ProfileRemappingFile, in RunOptimizationPipeline()
835 CodeGenOpts.SampleProfileFile, "", CodeGenOpts.ProfileRemappingFile, in RunOptimizationPipeline()
1399 CGOpts.SampleProfileFile, CGOpts.ProfileRemappingFile,
H A DCodeGenModule.cpp424 CodeGenOpts.ProfileRemappingFile); in CodeGenModule()
/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp183 CGOpts.ProfileRemappingFile.clear(); in makeCommonInvocationForModuleBuild()
/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp358 return PGOOpt->ProfileRemappingFile;
/llvm-project/clang/include/clang/Driver/
H A DOptions.td1819 MarshallingInfoString<CodeGenOpts<"ProfileRemappingFile">>;