Searched refs:PseudoProbeForProfiling (Results 1 – 8 of 8) sorted by relevance
19 bool PseudoProbeForProfiling, bool AtomicCounterUpdate) in PGOOptions() argument24 (Action == SampleUse && !PseudoProbeForProfiling)), in PGOOptions()25 PseudoProbeForProfiling(PseudoProbeForProfiling), in PGOOptions()48 this->PseudoProbeForProfiling); in PGOOptions()
35 bool PseudoProbeForProfiling = false,48 bool PseudoProbeForProfiling; member
209 static cl::opt<bool> PseudoProbeForProfiling(354 if (DebugInfoForProfiling || PseudoProbeForProfiling || in runPassPipeline()358 PseudoProbeForProfiling); in runPassPipeline()
995 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()
774 CodeGenOpts.PseudoProbeForProfiling); in RunOptimizationPipeline()780 else if (CodeGenOpts.PseudoProbeForProfiling) in RunOptimizationPipeline()
3854 !CGM.getCodeGenOpts().PseudoProbeForProfiling && in collectFunctionDeclProps()
396 CODEGENOPT(PseudoProbeForProfiling, 1, 0)
1758 CodeGenOpts<"PseudoProbeForProfiling">, DefaultFalse,