Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.h251 std::string SampleProfileFile; variable
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp722 } else if (!CodeGenOpts.SampleProfileFile.empty()) in RunOptimizationPipeline()
725 CodeGenOpts.SampleProfileFile, "", CodeGenOpts.ProfileRemappingFile, in RunOptimizationPipeline()
1176 TOpts, LOpts, std::move(OS), CGOpts.SampleProfileFile, in EmitBackendOutput()
H A DCodeGenFunction.cpp892 if (!CGM.getCodeGenOpts().SampleProfileFile.empty()) in StartFunction()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp119 static cl::opt<std::string> SampleProfileFile( variable
2164 ProfileFileName.empty() ? SampleProfileFile : ProfileFileName, in run()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp1963 bool UsingSampleProfile = !Opts.SampleProfileFile.empty(); in ParseCodeGenArgs()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td1232 MarshallingInfoString<CodeGenOpts<"SampleProfileFile">>;