Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Passes/
H A DPassBuilder.h37 std::string ProfileRemappingFile = "",
41 ProfileRemappingFile(ProfileRemappingFile), in ProfileGenFile()
52 std::string ProfileRemappingFile; member
612 std::string ProfileRemappingFile);
/freebsd-12.1/contrib/llvm/tools/opt/
H A DNewPMDriver.cpp118 ProfileRemappingFile("profile-remapping-file", variable
237 P = PGOOptions("", ProfileFile, "", ProfileRemappingFile, false); in runPassPipeline()
240 P = PGOOptions("", "", ProfileFile, ProfileRemappingFile, false); in runPassPipeline()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCodeGenOptions.h219 std::string ProfileRemappingFile; variable
/freebsd-12.1/contrib/llvm/lib/Passes/
H A DPassBuilder.cpp519 std::string ProfileRemappingFile) { in addPGOInstrPasses() argument
573 MPM.addPass(PGOInstrumentationUse(ProfileUseFile, ProfileRemappingFile)); in addPGOInstrPasses()
619 PGOOpt->ProfileRemappingFile, in buildModuleSimplificationPipeline()
670 PGOOpt->ProfileRemappingFile); in buildModuleSimplificationPipeline()
1020 PGOOpt->ProfileRemappingFile, in buildLTODefaultPipeline()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp952 CodeGenOpts.ProfileRemappingFile, false, in EmitAssemblyWithNewPassManager()
957 CodeGenOpts.ProfileRemappingFile, false, in EmitAssemblyWithNewPassManager()
1298 CGOpts.ProfileRemappingFile, Action); in EmitBackendOutput()
H A DCodeGenModule.cpp157 CodeGenOpts.ProfileInstrumentUsePath, CodeGenOpts.ProfileRemappingFile); in CodeGenModule()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp793 Opts.ProfileRemappingFile = in ParseCodeGenArgs()
795 if (!Opts.ProfileRemappingFile.empty() && !Opts.ExperimentalNewPassManager) { in ParseCodeGenArgs()