Searched refs:PseudoProbeForProfiling (Results 1 – 9 of 9) sorted by relevance
42 bool PseudoProbeForProfiling = false)47 !PseudoProbeForProfiling)), in ProfileFile()48 PseudoProbeForProfiling(PseudoProbeForProfiling) { in ProfileFile()66 this->DebugInfoForProfiling || this->PseudoProbeForProfiling); in ProfileFile()71 if (this->DebugInfoForProfiling && this->PseudoProbeForProfiling) { in ProfileFile()82 bool PseudoProbeForProfiling; member
132 PseudoProbeForProfiling(false), ValueTrackingVariableLocations(false), in TargetOptions()312 unsigned PseudoProbeForProfiling : 1; variable
93 CGOPT(bool, PseudoProbeForProfiling) in CGOPT()429 static cl::opt<bool> PseudoProbeForProfiling( in CGOPT() local432 CGBINDOPT(PseudoProbeForProfiling); in CGOPT()532 Options.PseudoProbeForProfiling = getPseudoProbeForProfiling(); in InitTargetOptionsFromCodeGenFlags()
1223 if (TM->Options.PseudoProbeForProfiling) in addMachinePasses()
147 static cl::opt<bool> PseudoProbeForProfiling(263 else if (PseudoProbeForProfiling) in runPassPipeline()
571 Options.PseudoProbeForProfiling = CodeGenOpts.PseudoProbeForProfiling; in initTargetOptions()1222 CodeGenOpts.DebugInfoForProfiling, CodeGenOpts.PseudoProbeForProfiling); in EmitAssemblyWithNewPassManager()1223 else if (CodeGenOpts.PseudoProbeForProfiling) in EmitAssemblyWithNewPassManager()
1038 if (PGOOpt && PGOOpt->PseudoProbeForProfiling && in buildModuleSimplificationPipeline()1510 if (PGOOpt && PGOOpt->PseudoProbeForProfiling) in buildPerModuleDefaultPipeline()1567 if (PGOOpt && PGOOpt->PseudoProbeForProfiling) in buildThinLTOPreLinkDefaultPipeline()
395 CODEGENOPT(PseudoProbeForProfiling, 1, 0)
1239 CodeGenOpts<"PseudoProbeForProfiling">, DefaultFalse,