Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DSampleProfile.cpp52 static cl::opt<std::string> SampleProfileFile( variable
212 SampleProfileLoader(StringRef Name = SampleProfileFile) in SampleProfileLoader()
474 return new SampleProfileLoader(SampleProfileFile); in createSampleProfileLoaderPass()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Frontend/
DCodeGenOptions.h143 std::string SampleProfileFile; variable
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DBackendUtil.cpp162 PM.add(createSampleProfileLoaderPass(CGOpts.SampleProfileFile)); in addSampleProfileLoaderPass()
247 if (!CodeGenOpts.SampleProfileFile.empty()) in CreatePasses()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
DCompilerInvocation.cpp369 Opts.SampleProfileFile = Args.getLastArgValue(OPT_fprofile_sample_use_EQ); in ParseCodeGenArgs()