HomeSort by relevance Sort by last modified time
    Searched refs:SampleProfileFile (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Passes/
PassBuilder.h 35 std::string SampleProfileFile = "", bool RunProfileGen = false,
38 SampleProfileFile(SampleProfileFile), RunProfileGen(RunProfileGen),
39 SamplePGOSupport(SamplePGOSupport || !SampleProfileFile.empty()) {
41 !SampleProfileFile.empty() ||
47 std::string SampleProfileFile;
  /external/clang/include/clang/Frontend/
CodeGenOptions.h 161 std::string SampleProfileFile;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Passes/
PassBuilder.cpp 430 !PGOOpt || PGOOpt->SampleProfileFile.empty())
587 if (PGOOpt && !PGOOpt->SampleProfileFile.empty() &&
592 if (PGOOpt && !PGOOpt->SampleProfileFile.empty()) {
595 MPM.addPass(SampleProfileLoaderPass(PGOOpt->SampleProfileFile,
679 PGOOpt && !PGOOpt->SampleProfileFile.empty())
    [all...]
  /external/llvm/lib/Transforms/IPO/
SampleProfile.cpp 63 static cl::opt<std::string> SampleProfileFile(
98 SampleProfileLoader(StringRef Name = SampleProfileFile)
196 SampleProfileLoaderLegacyPass(StringRef Name = SampleProfileFile)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
SampleProfile.cpp 95 static cl::opt<std::string> SampleProfileFile(
312 SampleProfileLoaderLegacyPass(StringRef Name = SampleProfileFile,
    [all...]
  /external/clang/lib/CodeGen/
BackendUtil.cpp 496 if (!CodeGenOpts.SampleProfileFile.empty()) {
498 MPM->add(createSampleProfileLoaderPass(CodeGenOpts.SampleProfileFile));
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 532 Opts.SampleProfileFile = Args.getLastArgValue(OPT_fprofile_sample_use_EQ);
    [all...]

Completed in 847 milliseconds