Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h283 std::string SampleProfileFile; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp798 } else if (!CodeGenOpts.SampleProfileFile.empty()) in RunOptimizationPipeline()
801 CodeGenOpts.SampleProfileFile, "", CodeGenOpts.ProfileRemappingFile, in RunOptimizationPipeline()
1324 TOpts, LOpts, std::move(OS), CGOpts.SampleProfileFile, in EmitBackendOutput()
H A DCodeGenFunction.cpp989 if (!CGM.getCodeGenOpts().SampleProfileFile.empty()) in StartFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp122 static cl::opt<std::string> SampleProfileFile( variable
2332 ProfileFileName.empty() ? SampleProfileFile : ProfileFileName, in run()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp172 CGOpts.SampleProfileFile.clear(); in resetBenignCodeGenOptions()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2146 bool UsingSampleProfile = !Opts.SampleProfileFile.empty(); in ParseCodeGenArgs()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1729 MarshallingInfoString<CodeGenOpts<"SampleProfileFile">>;