Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp680 (!CodeGenOpts.SampleProfileFile.empty() && in CreatePasses()
707 !CodeGenOpts.SampleProfileFile.empty()) in CreatePasses()
860 if (!CodeGenOpts.SampleProfileFile.empty()) in CreatePasses()
861 PMBuilder.PGOSampleUse = CodeGenOpts.SampleProfileFile; in CreatePasses()
1225 } else if (!CodeGenOpts.SampleProfileFile.empty()) in EmitAssemblyWithNewPassManager()
1228 CodeGenOpts.SampleProfileFile, "", CodeGenOpts.ProfileRemappingFile, in EmitAssemblyWithNewPassManager()
1641 TOpts, LOpts, std::move(OS), CGOpts.SampleProfileFile, in EmitBackendOutput()
H A DCodeGenFunction.cpp889 if (!CGM.getCodeGenOpts().SampleProfileFile.empty()) in StartFunction()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h236 std::string SampleProfileFile; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp129 static cl::opt<std::string> SampleProfileFile( variable
479 StringRef Name = SampleProfileFile, in SampleProfileLoaderLegacyPass()
1998 ProfileFileName.empty() ? SampleProfileFile : ProfileFileName, in run()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1896 bool UsingSampleProfile = !Opts.SampleProfileFile.empty(); in ParseCodeGenArgs()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1136 MarshallingInfoString<CodeGenOpts<"SampleProfileFile">>;