Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DPGOOptions.cpp19 bool PseudoProbeForProfiling, bool AtomicCounterUpdate) in PGOOptions() argument
24 (Action == SampleUse && !PseudoProbeForProfiling)), in PGOOptions()
25 PseudoProbeForProfiling(PseudoProbeForProfiling), in PGOOptions()
48 this->PseudoProbeForProfiling); in PGOOptions()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DPGOOptions.h35 bool PseudoProbeForProfiling = false,
48 bool PseudoProbeForProfiling; member
/freebsd-14.2/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp209 static cl::opt<bool> PseudoProbeForProfiling(
354 if (DebugInfoForProfiling || PseudoProbeForProfiling || in runPassPipeline()
358 PseudoProbeForProfiling); in runPassPipeline()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp995 if (PGOOpt && PGOOpt->PseudoProbeForProfiling && in buildModuleSimplificationPipeline()
1521 if (PGOOpt && PGOOpt->PseudoProbeForProfiling && in buildPerModuleDefaultPipeline()
1591 if (PGOOpt && PGOOpt->PseudoProbeForProfiling && in buildThinLTOPreLinkDefaultPipeline()
2000 if (PGOOpt && PGOOpt->PseudoProbeForProfiling) in buildO0DefaultPipeline()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp774 CodeGenOpts.PseudoProbeForProfiling); in RunOptimizationPipeline()
780 else if (CodeGenOpts.PseudoProbeForProfiling) in RunOptimizationPipeline()
H A DCGDebugInfo.cpp3854 !CGM.getCodeGenOpts().PseudoProbeForProfiling && in collectFunctionDeclProps()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def396 CODEGENOPT(PseudoProbeForProfiling, 1, 0)
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1758 CodeGenOpts<"PseudoProbeForProfiling">, DefaultFalse,