HomeSort by: relevance | last modified time | path
    Searched refs:PseudoProbeForProfiling (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Passes/
PassBuilder.h 42 bool PseudoProbeForProfiling = false)
47 !PseudoProbeForProfiling)),
48 PseudoProbeForProfiling(PseudoProbeForProfiling) {
64 // PseudoProbeForProfiling needs to be true.
66 this->DebugInfoForProfiling || this->PseudoProbeForProfiling);
71 if (this->DebugInfoForProfiling && this->PseudoProbeForProfiling) {
82 bool PseudoProbeForProfiling;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Target/
TargetOptions.h 132 PseudoProbeForProfiling(false), ValueTrackingVariableLocations(false),
312 unsigned PseudoProbeForProfiling : 1;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CommandFlags.cpp 93 CGOPT(bool, PseudoProbeForProfiling)
429 static cl::opt<bool> PseudoProbeForProfiling(
432 CGBINDOPT(PseudoProbeForProfiling);
532 Options.PseudoProbeForProfiling = getPseudoProbeForProfiling();
TargetPassConfig.cpp 1223 if (TM->Options.PseudoProbeForProfiling)
  /src/external/apache2/llvm/dist/llvm/tools/opt/
NewPMDriver.cpp 147 static cl::opt<bool> PseudoProbeForProfiling(
263 else if (PseudoProbeForProfiling)
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 571 Options.PseudoProbeForProfiling = CodeGenOpts.PseudoProbeForProfiling;
1222 CodeGenOpts.DebugInfoForProfiling, CodeGenOpts.PseudoProbeForProfiling);
1223 else if (CodeGenOpts.PseudoProbeForProfiling)
  /src/external/apache2/llvm/dist/llvm/lib/Passes/
PassBuilder.cpp 1038 if (PGOOpt && PGOOpt->PseudoProbeForProfiling &&
1510 if (PGOOpt && PGOOpt->PseudoProbeForProfiling)
1567 if (PGOOpt && PGOOpt->PseudoProbeForProfiling)

Completed in 88 milliseconds