Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPGOOptions.cpp19 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 DPGOOptions.h40 bool PseudoProbeForProfiling = false,
54 bool PseudoProbeForProfiling; member
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp229 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 DPassBuilderPipelines.cpp1076 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 DBackendUtil.cpp858 CodeGenOpts.DebugInfoForProfiling, CodeGenOpts.PseudoProbeForProfiling); in RunOptimizationPipeline()
864 else if (CodeGenOpts.PseudoProbeForProfiling) in RunOptimizationPipeline()
H A DCGDebugInfo.cpp4257 !CGM.getCodeGenOpts().PseudoProbeForProfiling && in collectFunctionDeclProps()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def416 CODEGENOPT(PseudoProbeForProfiling, 1, 0, Benign)
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1849 CodeGenOpts<"PseudoProbeForProfiling">, DefaultFalse,