Searched refs:SampleProfileFile (Results 1 – 4 of 4) sorted by relevance
52 static cl::opt<std::string> SampleProfileFile( variable212 SampleProfileLoader(StringRef Name = SampleProfileFile) in SampleProfileLoader()474 return new SampleProfileLoader(SampleProfileFile); in createSampleProfileLoaderPass()
143 std::string SampleProfileFile; variable
162 PM.add(createSampleProfileLoaderPass(CGOpts.SampleProfileFile)); in addSampleProfileLoaderPass()247 if (!CodeGenOpts.SampleProfileFile.empty()) in CreatePasses()
369 Opts.SampleProfileFile = Args.getLastArgValue(OPT_fprofile_sample_use_EQ); in ParseCodeGenArgs()