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.h37 bool PseudoProbeForProfiling = false,
51 bool PseudoProbeForProfiling; member
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp222 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 DPassBuilderPipelines.cpp1042 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 DBackendUtil.cpp804 CodeGenOpts.DebugInfoForProfiling, CodeGenOpts.PseudoProbeForProfiling); in RunOptimizationPipeline()
810 else if (CodeGenOpts.PseudoProbeForProfiling) in RunOptimizationPipeline()
H A DCGDebugInfo.cpp4007 !CGM.getCodeGenOpts().PseudoProbeForProfiling && in collectFunctionDeclProps()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def406 CODEGENOPT(PseudoProbeForProfiling, 1, 0)
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1867 CodeGenOpts<"PseudoProbeForProfiling">, DefaultFalse,