Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Passes/
DPassBuilder.h41 bool PseudoProbeForProfiling = false)
46 !PseudoProbeForProfiling)), in ProfileFile()
47 PseudoProbeForProfiling(PseudoProbeForProfiling) { in ProfileFile()
65 this->DebugInfoForProfiling || this->PseudoProbeForProfiling); in ProfileFile()
70 if (this->DebugInfoForProfiling && this->PseudoProbeForProfiling) { in ProfileFile()
81 bool PseudoProbeForProfiling; member
/external/llvm-project/llvm/include/llvm/Target/
DTargetOptions.h141 PseudoProbeForProfiling(false), ValueTrackingVariableLocations(false), in TargetOptions()
313 unsigned PseudoProbeForProfiling : 1; variable
/external/llvm-project/llvm/lib/CodeGen/
DCommandFlags.cpp94 CGOPT(bool, PseudoProbeForProfiling) in CGOPT()
438 static cl::opt<bool> PseudoProbeForProfiling( in CGOPT() local
441 CGBINDOPT(PseudoProbeForProfiling); in CGOPT()
557 Options.PseudoProbeForProfiling = getPseudoProbeForProfiling(); in InitTargetOptionsFromCodeGenFlags()
DTargetPassConfig.cpp1044 if (TM->Options.PseudoProbeForProfiling) in addMachinePasses()
/external/llvm-project/clang/lib/CodeGen/
DBackendUtil.cpp558 Options.PseudoProbeForProfiling = CodeGenOpts.PseudoProbeForProfiling; in initTargetOptions()
1101 CodeGenOpts.DebugInfoForProfiling, CodeGenOpts.PseudoProbeForProfiling); in EmitAssemblyWithNewPassManager()
1102 else if (CodeGenOpts.PseudoProbeForProfiling) in EmitAssemblyWithNewPassManager()
/external/llvm-project/clang/include/clang/Basic/
DCodeGenOptions.def381 CODEGENOPT(PseudoProbeForProfiling, 1, 0)
/external/llvm-project/llvm/lib/Passes/
DPassBuilder.cpp1008 if (PGOOpt && PGOOpt->PseudoProbeForProfiling && in buildModuleSimplificationPipeline()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp988 Opts.PseudoProbeForProfiling = in ParseCodeGenArgs()