Searched refs:SampleProfileFile (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Transforms/IPO/ |
D | SampleProfile.cpp | 63 static cl::opt<std::string> SampleProfileFile( variable 98 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()
|
/external/clang/include/clang/Frontend/ |
D | CodeGenOptions.h | 161 std::string SampleProfileFile; variable
|
/external/llvm-project/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 657 (!CodeGenOpts.SampleProfileFile.empty() && in CreatePasses() 684 !CodeGenOpts.SampleProfileFile.empty()) in CreatePasses() 831 if (!CodeGenOpts.SampleProfileFile.empty()) in CreatePasses() 832 PMBuilder.PGOSampleUse = CodeGenOpts.SampleProfileFile; in CreatePasses() 1096 } else if (!CodeGenOpts.SampleProfileFile.empty()) in EmitAssemblyWithNewPassManager() 1099 CodeGenOpts.SampleProfileFile, "", CodeGenOpts.ProfileRemappingFile, in EmitAssemblyWithNewPassManager() 1557 TOpts, LOpts, std::move(OS), CGOpts.SampleProfileFile, in EmitBackendOutput()
|
D | CodeGenFunction.cpp | 869 if (!CGM.getCodeGenOpts().SampleProfileFile.empty()) in StartFunction()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | CodeGenOptions.h | 229 std::string SampleProfileFile; variable
|
/external/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 496 if (!CodeGenOpts.SampleProfileFile.empty()) { in CreatePasses() 498 MPM->add(createSampleProfileLoaderPass(CodeGenOpts.SampleProfileFile)); in CreatePasses()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | SampleProfile.cpp | 109 static cl::opt<std::string> SampleProfileFile( variable 500 SampleProfileLoaderLegacyPass(StringRef Name = SampleProfileFile, in SampleProfileLoaderLegacyPass() 2077 ProfileFileName.empty() ? SampleProfileFile : ProfileFileName, in run()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | SampleProfile.cpp | 107 static cl::opt<std::string> SampleProfileFile( variable 475 SampleProfileLoaderLegacyPass(StringRef Name = SampleProfileFile, in SampleProfileLoaderLegacyPass() 1971 ProfileFileName.empty() ? SampleProfileFile : ProfileFileName, in run()
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 532 Opts.SampleProfileFile = Args.getLastArgValue(OPT_fprofile_sample_use_EQ); in ParseCodeGenArgs() 820 if (!Opts.SampleProfileFile.empty()) in ParseCodeGenArgs()
|
/external/llvm-project/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 984 Opts.SampleProfileFile = in ParseCodeGenArgs() 1547 bool UsingSampleProfile = !Opts.SampleProfileFile.empty(); in ParseCodeGenArgs()
|