reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/AliasAnalysisEvaluator.cpp
   25 static cl::opt<bool> PrintAll("print-all-alias-modref-info", cl::ReallyHidden);
   27 static cl::opt<bool> PrintNoAlias("print-no-aliases", cl::ReallyHidden);
   28 static cl::opt<bool> PrintMayAlias("print-may-aliases", cl::ReallyHidden);
   29 static cl::opt<bool> PrintPartialAlias("print-partial-aliases", cl::ReallyHidden);
   30 static cl::opt<bool> PrintMustAlias("print-must-aliases", cl::ReallyHidden);
   32 static cl::opt<bool> PrintNoModRef("print-no-modref", cl::ReallyHidden);
   33 static cl::opt<bool> PrintRef("print-ref", cl::ReallyHidden);
   34 static cl::opt<bool> PrintMod("print-mod", cl::ReallyHidden);
   35 static cl::opt<bool> PrintModRef("print-modref", cl::ReallyHidden);
   36 static cl::opt<bool> PrintMust("print-must", cl::ReallyHidden);
   37 static cl::opt<bool> PrintMustRef("print-mustref", cl::ReallyHidden);
   38 static cl::opt<bool> PrintMustMod("print-mustmod", cl::ReallyHidden);
   39 static cl::opt<bool> PrintMustModRef("print-mustmodref", cl::ReallyHidden);
   41 static cl::opt<bool> EvalAAMD("evaluate-aa-metadata", cl::ReallyHidden);
lib/Analysis/CallGraphSCCPass.cpp
   45 MaxIterations("max-cg-scc-iterations", cl::ReallyHidden, cl::init(4));
lib/Analysis/ProfileSummaryInfo.cpp
   58     "profile-summary-hot-count", cl::ReallyHidden, cl::ZeroOrMore,
   63     "profile-summary-cold-count", cl::ReallyHidden, cl::ZeroOrMore,
lib/Analysis/ScalarEvolution.cpp
  150 MaxBruteForceIterations("scalar-evolution-max-iterations", cl::ReallyHidden,
lib/CodeGen/MachinePipeliner.cpp
  149                                      cl::ReallyHidden, cl::init(false),
  172     SwpEnableCopyToPhi("pipeliner-enable-copytophi", cl::ReallyHidden,
lib/Passes/PassBuilder.cpp
  186                                              cl::ReallyHidden, cl::init(4));
lib/Support/CommandLine.cpp
 2020     if (I->second->getOptionHiddenFlag() == ReallyHidden)
 2471         I.second->setHiddenFlag(cl::ReallyHidden);
 2481         I.second->setHiddenFlag(cl::ReallyHidden);
lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
   55   cl::ReallyHidden,
   61   cl::ReallyHidden,
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
   64   cl::ReallyHidden,
   80   cl::ReallyHidden,
lib/Target/AMDGPU/SIInstrInfo.cpp
   83 BranchOffsetBits("amdgpu-s-branch-bits", cl::ReallyHidden, cl::init(16),
lib/Target/AMDGPU/SILowerSGPRSpills.cpp
   43   cl::ReallyHidden,
lib/Target/AMDGPU/SIRegisterInfo.cpp
   54   cl::ReallyHidden,
lib/Target/WebAssembly/WebAssemblyCFGSort.cpp
   40     "wasm-disable-ehpad-sort", cl::ReallyHidden,
lib/Transforms/IPO/PartialInlining.cpp
  110                                       cl::ReallyHidden,
tools/llvm-symbolizer/llvm-symbolizer.cpp
   56                          cl::ReallyHidden);
unittests/Support/CommandLineTest.cpp
  387   ASSERT_EQ(cl::ReallyHidden, TestOption1.getOptionHiddenFlag())
  410   ASSERT_EQ(cl::ReallyHidden, TestOption1.getOptionHiddenFlag())