• Home
  • Raw
  • Download

Lines Matching refs:option

15 function of :program:`opt` depends on whether the :option:`-analyze` option is
18 When :option:`-analyze` is specified, :program:`opt` performs various analyses
24 While :option:`-analyze` is *not* given, :program:`opt` attempts to produce an
27 that have been loaded with the :option:`-load` option. Use the :option:`-help`
28 option to determine what optimizations you can use.
34 If an output filename is not specified with the :option:`-o` option,
40 .. option:: -f
43 write raw bitcode output if the output stream is a terminal. With this option,
46 .. option:: -help
50 .. option:: -o <filename>
54 .. option:: -S
58 .. option:: -{passname}
61 analysis passes in any order. The :option:`-help` option lists all the passes
65 .. option:: -disable-inlining
67 This option simply removes the inlining pass from the standard list.
69 .. option:: -disable-opt
71 This option is only meaningful when :option:`-std-link-opts` is given. It
74 .. option:: -strip-debug
76 This option causes opt to strip debug information from the module before
77 applying other optimizations. It is essentially the same as :option:`-strip`
80 .. option:: -verify-each
82 This option causes opt to add a verify pass after every pass otherwise
83 specified on the command line (including :option:`-verify`). This is useful
87 .. option:: -stats
91 .. option:: -time-passes
96 .. option:: -debug
98 If this is a debug build, this option will enable debug printouts from passes
102 .. option:: -load=<plugin>
107 complete list of optimizations, use the :option:`-help` and :option:`-load`
114 .. option:: -p