Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDCodeGenOptions.h283 std::string SampleProfileFile; variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDBackendUtil.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()
HDCodeGenFunction.cpp989 if (!CGM.getCodeGenOpts().SampleProfileFile.empty()) in StartFunction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDSampleProfile.cpp122 static cl::opt<std::string> SampleProfileFile( variable
2332 ProfileFileName.empty() ? SampleProfileFile : ProfileFileName, in run()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
HDModuleDepCollector.cpp172 CGOpts.SampleProfileFile.clear(); in resetBenignCodeGenOptions()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDCompilerInvocation.cpp2146 bool UsingSampleProfile = !Opts.SampleProfileFile.empty(); in ParseCodeGenArgs()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
HDOptions.td1729 MarshallingInfoString<CodeGenOpts<"SampleProfileFile">>;