Home
last modified time | relevance | path

Searched refs:SampleProfileFile (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp672 (!CodeGenOpts.SampleProfileFile.empty() && in CreatePasses()
699 !CodeGenOpts.SampleProfileFile.empty()) in CreatePasses()
854 if (!CodeGenOpts.SampleProfileFile.empty()) in CreatePasses()
855 PMBuilder.PGOSampleUse = CodeGenOpts.SampleProfileFile; in CreatePasses()
1217 } else if (!CodeGenOpts.SampleProfileFile.empty()) in EmitAssemblyWithNewPassManager()
1220 CodeGenOpts.SampleProfileFile, "", CodeGenOpts.ProfileRemappingFile, in EmitAssemblyWithNewPassManager()
1634 TOpts, LOpts, std::move(OS), CGOpts.SampleProfileFile, in EmitBackendOutput()
H A DCodeGenFunction.cpp881 if (!CGM.getCodeGenOpts().SampleProfileFile.empty()) in StartFunction()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h236 std::string SampleProfileFile; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp128 static cl::opt<std::string> SampleProfileFile( variable
476 StringRef Name = SampleProfileFile, in SampleProfileLoaderLegacyPass()
1990 ProfileFileName.empty() ? SampleProfileFile : ProfileFileName, in run()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp1899 bool UsingSampleProfile = !Opts.SampleProfileFile.empty(); in ParseCodeGenArgs()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td1132 MarshallingInfoString<CodeGenOpts<"SampleProfileFile">>;