Searched refs:SampleProfileFile (Results 1 – 6 of 6) sorted by relevance
672 (!CodeGenOpts.SampleProfileFile.empty() && in CreatePasses()699 !CodeGenOpts.SampleProfileFile.empty()) in CreatePasses()854 if (!CodeGenOpts.SampleProfileFile.empty()) in CreatePasses()855 PMBuilder.PGOSampleUse = CodeGenOpts.SampleProfileFile; in CreatePasses()1217 } else if (!CodeGenOpts.SampleProfileFile.empty()) in EmitAssemblyWithNewPassManager()1220 CodeGenOpts.SampleProfileFile, "", CodeGenOpts.ProfileRemappingFile, in EmitAssemblyWithNewPassManager()1634 TOpts, LOpts, std::move(OS), CGOpts.SampleProfileFile, in EmitBackendOutput()
881 if (!CGM.getCodeGenOpts().SampleProfileFile.empty()) in StartFunction()
236 std::string SampleProfileFile; variable
128 static cl::opt<std::string> SampleProfileFile( variable476 StringRef Name = SampleProfileFile, in SampleProfileLoaderLegacyPass()1990 ProfileFileName.empty() ? SampleProfileFile : ProfileFileName, in run()
1899 bool UsingSampleProfile = !Opts.SampleProfileFile.empty(); in ParseCodeGenArgs()
1132 MarshallingInfoString<CodeGenOpts<"SampleProfileFile">>;