Searched refs:PseudoProbeForProfiling (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | PGOOptions.cpp | 19 bool DebugInfoForProfiling, bool PseudoProbeForProfiling, in PGOOptions() argument 25 (Action == SampleUse && !PseudoProbeForProfiling)), in PGOOptions() 26 PseudoProbeForProfiling(PseudoProbeForProfiling), in PGOOptions() 49 this->PseudoProbeForProfiling); in PGOOptions()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | PGOOptions.h | 40 bool PseudoProbeForProfiling = false, 54 bool PseudoProbeForProfiling; member
|
| /freebsd/contrib/llvm-project/llvm/tools/opt/ |
| H A D | NewPMDriver.cpp | 229 static cl::opt<bool> PseudoProbeForProfiling( 378 if (DebugInfoForProfiling || PseudoProbeForProfiling || in runPassPipeline() 382 DebugInfoForProfiling, PseudoProbeForProfiling); in runPassPipeline()
|
| /freebsd/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | PassBuilderPipelines.cpp | 1076 if (PGOOpt && PGOOpt->PseudoProbeForProfiling && in buildModuleSimplificationPipeline() 1661 if (PGOOpt && PGOOpt->PseudoProbeForProfiling && in buildPerModuleDefaultPipeline() 1764 if (PGOOpt && PGOOpt->PseudoProbeForProfiling && in buildThinLTOPreLinkDefaultPipeline() 2215 if (PGOOpt && PGOOpt->PseudoProbeForProfiling) in buildO0DefaultPipeline()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 858 CodeGenOpts.DebugInfoForProfiling, CodeGenOpts.PseudoProbeForProfiling); in RunOptimizationPipeline() 864 else if (CodeGenOpts.PseudoProbeForProfiling) in RunOptimizationPipeline()
|
| H A D | CGDebugInfo.cpp | 4257 !CGM.getCodeGenOpts().PseudoProbeForProfiling && in collectFunctionDeclProps()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 416 CODEGENOPT(PseudoProbeForProfiling, 1, 0, Benign)
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 1849 CodeGenOpts<"PseudoProbeForProfiling">, DefaultFalse,
|