Searched refs:PseudoProbeForProfiling (Results 1 – 11 of 11) 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()309 unsigned PseudoProbeForProfiling : 1; variable
92 CGOPT(bool, PseudoProbeForProfiling) in CGOPT()423 static cl::opt<bool> PseudoProbeForProfiling( in CGOPT() local426 CGBINDOPT(PseudoProbeForProfiling); in CGOPT()525 Options.PseudoProbeForProfiling = getPseudoProbeForProfiling(); in InitTargetOptionsFromCodeGenFlags()
1228 if (TM->Options.PseudoProbeForProfiling) in addMachinePasses()
149 static cl::opt<bool> PseudoProbeForProfiling(265 else if (PseudoProbeForProfiling) in runPassPipeline()
579 Options.PseudoProbeForProfiling = CodeGenOpts.PseudoProbeForProfiling; in initTargetOptions()1230 CodeGenOpts.DebugInfoForProfiling, CodeGenOpts.PseudoProbeForProfiling); in EmitAssemblyWithNewPassManager()1231 else if (CodeGenOpts.PseudoProbeForProfiling) in EmitAssemblyWithNewPassManager()
3531 !CGM.getCodeGenOpts().PseudoProbeForProfiling && in collectFunctionDeclProps()
115 c.Options.PseudoProbeForProfiling = config->ltoPseudoProbeForProfiling; in createConfig()
1044 if (PGOOpt && PGOOpt->PseudoProbeForProfiling && in buildModuleSimplificationPipeline()1510 if (PGOOpt && PGOOpt->PseudoProbeForProfiling) in buildPerModuleDefaultPipeline()1566 if (PGOOpt && PGOOpt->PseudoProbeForProfiling) in buildThinLTOPreLinkDefaultPipeline()
400 CODEGENOPT(PseudoProbeForProfiling, 1, 0)
1243 CodeGenOpts<"PseudoProbeForProfiling">, DefaultFalse,