Lines Matching full:desc
63 cl::desc("print dyno stats after each stage"),
68 cl::desc("eliminate unreachable code"), cl::init(true),
73 cl::desc("make jump tables size smaller at the cost of using more "
79 cl::desc("keep no-op instructions. By default they are removed."),
82 cl::opt<bool> NeverPrint("never-print", cl::desc("never print"),
87 cl::desc("print function after fixing local branches"),
92 cl::desc("print function after instruction lowering"),
97 cl::desc("print function after edge counts are set for no-LBR profile"),
102 cl::desc("print function after CFG is finalized"),
107 cl::desc("print functions after frame optimizer pass"), cl::Hidden,
111 PrintICF("print-icf", cl::desc("print functions after ICF optimization"),
116 cl::desc("print functions after indirect call promotion"),
121 cl::desc("print functions after inlining optimization"),
126 cl::desc("print function after jt-footprint-reduction pass"), cl::Hidden,
131 cl::desc("print functions after ADR Relaxation pass"),
136 cl::desc("print functions after longjmp pass"), cl::Hidden,
141 cl::desc("print functions after CFG is normalized"),
146 cl::desc("print functions after bodyless optimization"), cl::Hidden,
151 cl::desc("print functions after peephole optimization"),
155 PrintPLT("print-plt", cl::desc("print functions after PLT optimization"),
160 cl::desc("print profile quality/bias analysis"),
165 cl::desc("print functions after regreassign pass"),
170 cl::desc("print functions after layout optimization"),
175 cl::desc("print functions after clustering"),
180 cl::desc("print functions after retpoline insertion pass"), cl::Hidden,
185 cl::desc("print functions after conditional tail call simplification"),
190 cl::desc("print functions after simplification of RO data loads"),
194 PrintSplit("print-split", cl::desc("print functions after code splitting"),
198 PrintStoke("print-stoke", cl::desc("print functions after stoke analysis"),
203 cl::desc("print functions after fix relaxations pass"),
208 cl::desc("print functions after fix RISCV calls pass"),
213 cl::desc("print functions after veneer elimination pass"), cl::Hidden,
218 cl::desc("print functions after unreachable code elimination"),
223 cl::desc(
229 cl::desc("simplify conditional tail calls by removing unnecessary jumps"),
234 cl::desc("simplify loads from read-only sections by replacing the memory "
240 cl::desc("list of functions with call sites for which to specialize memcpy() "
245 static cl::opt<bool> Stoke("stoke", cl::desc("turn on the stoke analysis"),
250 cl::desc("inline memcpy using 'rep movsb' instruction (X86-only)"),
255 cl::desc("strip 'repz' prefix from 'repz retq' sequence (on by default)"),
259 cl::desc("verify the CFG after every pass"),
263 cl::desc("reorder three way branches"),
268 cl::desc("fold jcc+mov into cmov"),
273 cl::desc("shorten instructions"),