Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DCodeGenOptions.h153 std::string SampleProfileFile; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSampleProfile.cpp57 static cl::opt<std::string> SampleProfileFile( variable
82 SampleProfileLoader(StringRef Name = SampleProfileFile) in SampleProfileLoader()
752 return new SampleProfileLoader(SampleProfileFile); in createSampleProfileLoaderPass()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp170 PM.add(createSampleProfileLoaderPass(CGOpts.SampleProfileFile)); in addSampleProfileLoaderPass()
276 if (!CodeGenOpts.SampleProfileFile.empty()) in CreatePasses()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp421 Opts.SampleProfileFile = Args.getLastArgValue(OPT_fprofile_sample_use_EQ); in ParseCodeGenArgs()
605 if (!Opts.SampleProfileFile.empty()) in ParseCodeGenArgs()