• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/

Lines Matching refs:desc

55                cl::desc("Enable interprocedural register allocation "
58 cl::desc("Disable Post Regalloc Scheduler"));
60 cl::desc("Disable branch folding"));
62 cl::desc("Disable tail duplication"));
64 cl::desc("Disable pre-register allocation tail duplication"));
66 cl::Hidden, cl::desc("Disable probability-driven block placement"));
68 cl::Hidden, cl::desc("Collect probability-driven block placement stats"));
70 cl::desc("Disable Stack Slot Coloring"));
72 cl::desc("Disable Machine Dead Code Elimination"));
74 cl::desc("Disable Early If-conversion"));
76 cl::desc("Disable Machine LICM"));
78 cl::desc("Disable Machine Common Subexpression Elimination"));
81 cl::desc("Enable optimized register allocation compilation path."));
84 cl::desc("Disable Machine LICM"));
86 cl::desc("Disable Machine Sinking"));
89 cl::desc("Disable PostRA Machine Sinking"));
91 cl::desc("Disable Loop Strength Reduction Pass"));
93 cl::Hidden, cl::desc("Disable ConstantHoisting"));
95 cl::desc("Disable Codegen Prepare"));
97 cl::desc("Disable Copy Propagation pass"));
99 cl::Hidden, cl::desc("Disable Partial Libcall Inlining"));
102 cl::desc("Fold null checks into faulting memory operations"),
105 cl::desc("Disable MergeICmps Pass"),
108 cl::desc("Print LLVM IR produced by the loop-reduce pass"));
110 cl::desc("Print LLVM IR input to isel pass"));
112 cl::desc("Dump garbage collector data"));
115 cl::desc("Verify generated machine code"),
119 cl::desc(
126 "enable-machine-outliner", cl::desc("Enable the machine outliner"),
138 cl::desc("Enable the \"fast\" instruction selector"));
142 cl::desc("Enable the \"global\" instruction selector"));
145 "print-machineinstrs", cl::ValueOptional, cl::desc("Print machine instrs"),
150 cl::desc("Enable abort calls when \"global\" instruction selection "
165 cl::desc(
170 cl::desc("Run live interval analysis earlier in the pipeline"));
176 cl::desc("Enable the new, experimental CFL alias analysis in CodeGen"),
195 cl::desc("Resume compilation after a specific pass"),
200 cl::desc("Resume compilation before a specific pass"),
205 cl::desc("Stop compilation after a specific pass"),
210 cl::desc("Stop compilation before a specific pass"),
896 cl::desc("Register allocator to use"));