Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetOptions.h132 PseudoProbeForProfiling(false), ValueTrackingVariableLocations(false), in TargetOptions()
312 unsigned PseudoProbeForProfiling : 1; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCommandFlags.cpp93 CGOPT(bool, PseudoProbeForProfiling) in CGOPT()
429 static cl::opt<bool> PseudoProbeForProfiling( in CGOPT() local
432 CGBINDOPT(PseudoProbeForProfiling); in CGOPT()
532 Options.PseudoProbeForProfiling = getPseudoProbeForProfiling(); in InitTargetOptionsFromCodeGenFlags()
H A DTargetPassConfig.cpp1223 if (TM->Options.PseudoProbeForProfiling) in addMachinePasses()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/
H A DNewPMDriver.cpp147 static cl::opt<bool> PseudoProbeForProfiling(
263 else if (PseudoProbeForProfiling) in runPassPipeline()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp571 Options.PseudoProbeForProfiling = CodeGenOpts.PseudoProbeForProfiling; in initTargetOptions()
1222 CodeGenOpts.DebugInfoForProfiling, CodeGenOpts.PseudoProbeForProfiling); in EmitAssemblyWithNewPassManager()
1223 else if (CodeGenOpts.PseudoProbeForProfiling) in EmitAssemblyWithNewPassManager()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DPassBuilder.cpp1038 if (PGOOpt && PGOOpt->PseudoProbeForProfiling && in buildModuleSimplificationPipeline()
1510 if (PGOOpt && PGOOpt->PseudoProbeForProfiling) in buildPerModuleDefaultPipeline()
1567 if (PGOOpt && PGOOpt->PseudoProbeForProfiling) in buildThinLTOPreLinkDefaultPipeline()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.def395 CODEGENOPT(PseudoProbeForProfiling, 1, 0)
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td1239 CodeGenOpts<"PseudoProbeForProfiling">, DefaultFalse,