Searched refs:SampleProfileFile (Results 1 – 6 of 6) sorted by relevance
680 (!CodeGenOpts.SampleProfileFile.empty() && in CreatePasses()707 !CodeGenOpts.SampleProfileFile.empty()) in CreatePasses()860 if (!CodeGenOpts.SampleProfileFile.empty()) in CreatePasses()861 PMBuilder.PGOSampleUse = CodeGenOpts.SampleProfileFile; in CreatePasses()1225 } else if (!CodeGenOpts.SampleProfileFile.empty()) in EmitAssemblyWithNewPassManager()1228 CodeGenOpts.SampleProfileFile, "", CodeGenOpts.ProfileRemappingFile, in EmitAssemblyWithNewPassManager()1641 TOpts, LOpts, std::move(OS), CGOpts.SampleProfileFile, in EmitBackendOutput()
889 if (!CGM.getCodeGenOpts().SampleProfileFile.empty()) in StartFunction()
236 std::string SampleProfileFile; variable
129 static cl::opt<std::string> SampleProfileFile( variable479 StringRef Name = SampleProfileFile, in SampleProfileLoaderLegacyPass()1998 ProfileFileName.empty() ? SampleProfileFile : ProfileFileName, in run()
1896 bool UsingSampleProfile = !Opts.SampleProfileFile.empty(); in ParseCodeGenArgs()
1136 MarshallingInfoString<CodeGenOpts<"SampleProfileFile">>;