Home
last modified time | relevance | path

Searched refs:PseudoProbeForProfiling (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DPGOOptions.h29 bool PseudoProbeForProfiling = false)
34 !PseudoProbeForProfiling)), in ProfileFile()
35 PseudoProbeForProfiling(PseudoProbeForProfiling) { in ProfileFile()
53 this->DebugInfoForProfiling || this->PseudoProbeForProfiling); in ProfileFile()
61 bool PseudoProbeForProfiling; member
/llvm-project-15.0.7/llvm/tools/opt/
H A DNewPMDriver.cpp175 static cl::opt<bool> PseudoProbeForProfiling(
312 if (DebugInfoForProfiling || PseudoProbeForProfiling) in runPassPipeline()
314 DebugInfoForProfiling, PseudoProbeForProfiling); in runPassPipeline()
/llvm-project-15.0.7/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp839 if (PGOOpt && PGOOpt->PseudoProbeForProfiling && in buildModuleSimplificationPipeline()
1333 if (PGOOpt && PGOOpt->PseudoProbeForProfiling && in buildPerModuleDefaultPipeline()
1385 if (PGOOpt && PGOOpt->PseudoProbeForProfiling && in buildThinLTOPreLinkDefaultPipeline()
1776 if (PGOOpt && PGOOpt->PseudoProbeForProfiling) in buildO0DefaultPipeline()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp727 CodeGenOpts.DebugInfoForProfiling, CodeGenOpts.PseudoProbeForProfiling); in RunOptimizationPipeline()
728 else if (CodeGenOpts.PseudoProbeForProfiling) in RunOptimizationPipeline()
H A DCGDebugInfo.cpp3691 !CGM.getCodeGenOpts().PseudoProbeForProfiling && in collectFunctionDeclProps()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.def430 CODEGENOPT(PseudoProbeForProfiling, 1, 0)
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td1340 CodeGenOpts<"PseudoProbeForProfiling">, DefaultFalse,