Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h279 std::string SampleProfileFile; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp768 } else if (!CodeGenOpts.SampleProfileFile.empty()) in RunOptimizationPipeline()
771 CodeGenOpts.SampleProfileFile, "", CodeGenOpts.ProfileRemappingFile, in RunOptimizationPipeline()
1311 TOpts, LOpts, std::move(OS), CGOpts.SampleProfileFile, in EmitBackendOutput()
H A DCodeGenFunction.cpp931 if (!CGM.getCodeGenOpts().SampleProfileFile.empty()) in StartFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp121 static cl::opt<std::string> SampleProfileFile( variable
2719 ProfileFileName.empty() ? SampleProfileFile : ProfileFileName, in run()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2076 bool UsingSampleProfile = !Opts.SampleProfileFile.empty(); in ParseCodeGenArgs()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1628 MarshallingInfoString<CodeGenOpts<"SampleProfileFile">>;