Searched refs:SampleProfileFile (Results 1 – 7 of 7) sorted by relevance
295 std::string SampleProfileFile; variable
852 } else if (!CodeGenOpts.SampleProfileFile.empty()) in RunOptimizationPipeline()855 CodeGenOpts.SampleProfileFile, "", CodeGenOpts.ProfileRemappingFile, in RunOptimizationPipeline()1432 CGOpts.SampleProfileFile, CGOpts.ProfileRemappingFile, in emitBackendOutput()
1002 if (!CGM.getCodeGenOpts().SampleProfileFile.empty()) in StartFunction()
223 CGOpts.SampleProfileFile.clear(); in resetBenignCodeGenOptions()560 IF_RELATIVE_RETURN_FALSE(CodeGenOpts.SampleProfileFile); in isSafeToIgnoreCWD()
121 static cl::opt<std::string> SampleProfileFile( variable2357 ProfileFileName.empty() ? SampleProfileFile : ProfileFileName, in run()
2277 bool UsingSampleProfile = !Opts.SampleProfileFile.empty(); in ParseCodeGenArgs()
1696 MarshallingInfoString<CodeGenOpts<"SampleProfileFile">>;