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 | 37 bool PseudoProbeForProfiling = false, 51 bool PseudoProbeForProfiling; member
|
/freebsd/contrib/llvm-project/llvm/tools/opt/ |
H A D | NewPMDriver.cpp | 222 static cl::opt<bool> PseudoProbeForProfiling( 370 if (DebugInfoForProfiling || PseudoProbeForProfiling || in runPassPipeline() 374 DebugInfoForProfiling, PseudoProbeForProfiling); in runPassPipeline()
|
/freebsd/contrib/llvm-project/llvm/lib/Passes/ |
H A D | PassBuilderPipelines.cpp | 1042 if (PGOOpt && PGOOpt->PseudoProbeForProfiling && in buildModuleSimplificationPipeline() 1595 if (PGOOpt && PGOOpt->PseudoProbeForProfiling && in buildPerModuleDefaultPipeline() 1665 if (PGOOpt && PGOOpt->PseudoProbeForProfiling && in buildThinLTOPreLinkDefaultPipeline() 2075 if (PGOOpt && PGOOpt->PseudoProbeForProfiling) in buildO0DefaultPipeline()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 804 CodeGenOpts.DebugInfoForProfiling, CodeGenOpts.PseudoProbeForProfiling); in RunOptimizationPipeline() 810 else if (CodeGenOpts.PseudoProbeForProfiling) in RunOptimizationPipeline()
|
H A D | CGDebugInfo.cpp | 4007 !CGM.getCodeGenOpts().PseudoProbeForProfiling && in collectFunctionDeclProps()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | CodeGenOptions.def | 406 CODEGENOPT(PseudoProbeForProfiling, 1, 0)
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 1867 CodeGenOpts<"PseudoProbeForProfiling">, DefaultFalse,
|