Home
last modified time | relevance | path

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

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