Searched refs:SampleProfileFile (Results 1 – 7 of 7) sorted by relevance
35 std::string SampleProfileFile = "", bool RunProfileGen = false,38 SampleProfileFile(SampleProfileFile), RunProfileGen(RunProfileGen), in ProfileGenFile()39 SamplePGOSupport(SamplePGOSupport || !SampleProfileFile.empty()) { in ProfileGenFile()41 !SampleProfileFile.empty() || in ProfileGenFile()47 std::string SampleProfileFile; member
63 static cl::opt<std::string> SampleProfileFile( variable98 SampleProfileLoader(StringRef Name = SampleProfileFile) in SampleProfileLoader()196 SampleProfileLoaderLegacyPass(StringRef Name = SampleProfileFile) in SampleProfileLoaderLegacyPass()1214 return new SampleProfileLoaderLegacyPass(SampleProfileFile); in createSampleProfileLoaderPass()1256 SampleProfileLoader SampleLoader(SampleProfileFile); in run()
430 !PGOOpt || PGOOpt->SampleProfileFile.empty()) in buildFunctionSimplificationPipeline()587 if (PGOOpt && !PGOOpt->SampleProfileFile.empty() && in buildModuleSimplificationPipeline()592 if (PGOOpt && !PGOOpt->SampleProfileFile.empty()) { in buildModuleSimplificationPipeline()595 MPM.addPass(SampleProfileLoaderPass(PGOOpt->SampleProfileFile, in buildModuleSimplificationPipeline()679 PGOOpt && !PGOOpt->SampleProfileFile.empty()) in buildModuleSimplificationPipeline()955 if (!PGOOpt || PGOOpt->SampleProfileFile.empty()) in buildThinLTODefaultPipeline()1004 true /* InLTO */, PGOOpt && !PGOOpt->SampleProfileFile.empty())); in buildLTODefaultPipeline()
161 std::string SampleProfileFile; variable
95 static cl::opt<std::string> SampleProfileFile( variable312 SampleProfileLoaderLegacyPass(StringRef Name = SampleProfileFile, in SampleProfileLoaderLegacyPass()1527 return new SampleProfileLoaderLegacyPass(SampleProfileFile); in createSampleProfileLoaderPass()1618 ProfileFileName.empty() ? SampleProfileFile : ProfileFileName, in run()
496 if (!CodeGenOpts.SampleProfileFile.empty()) { in CreatePasses()498 MPM->add(createSampleProfileLoaderPass(CodeGenOpts.SampleProfileFile)); in CreatePasses()
532 Opts.SampleProfileFile = Args.getLastArgValue(OPT_fprofile_sample_use_EQ); in ParseCodeGenArgs()820 if (!Opts.SampleProfileFile.empty()) in ParseCodeGenArgs()