Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassBuilder.h42 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
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h132 PseudoProbeForProfiling(false), ValueTrackingVariableLocations(false), in TargetOptions()
309 unsigned PseudoProbeForProfiling : 1; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp92 CGOPT(bool, PseudoProbeForProfiling) in CGOPT()
423 static cl::opt<bool> PseudoProbeForProfiling( in CGOPT() local
426 CGBINDOPT(PseudoProbeForProfiling); in CGOPT()
525 Options.PseudoProbeForProfiling = getPseudoProbeForProfiling(); in InitTargetOptionsFromCodeGenFlags()
H A DTargetPassConfig.cpp1228 if (TM->Options.PseudoProbeForProfiling) in addMachinePasses()
/freebsd-13.1/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp149 static cl::opt<bool> PseudoProbeForProfiling(
265 else if (PseudoProbeForProfiling) in runPassPipeline()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp579 Options.PseudoProbeForProfiling = CodeGenOpts.PseudoProbeForProfiling; in initTargetOptions()
1230 CodeGenOpts.DebugInfoForProfiling, CodeGenOpts.PseudoProbeForProfiling); in EmitAssemblyWithNewPassManager()
1231 else if (CodeGenOpts.PseudoProbeForProfiling) in EmitAssemblyWithNewPassManager()
H A DCGDebugInfo.cpp3531 !CGM.getCodeGenOpts().PseudoProbeForProfiling && in collectFunctionDeclProps()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLTO.cpp115 c.Options.PseudoProbeForProfiling = config->ltoPseudoProbeForProfiling; in createConfig()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp1044 if (PGOOpt && PGOOpt->PseudoProbeForProfiling && in buildModuleSimplificationPipeline()
1510 if (PGOOpt && PGOOpt->PseudoProbeForProfiling) in buildPerModuleDefaultPipeline()
1566 if (PGOOpt && PGOOpt->PseudoProbeForProfiling) in buildThinLTOPreLinkDefaultPipeline()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def400 CODEGENOPT(PseudoProbeForProfiling, 1, 0)
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1243 CodeGenOpts<"PseudoProbeForProfiling">, DefaultFalse,