opt-report-phase, Qopt-report-phase

Specifies the optimizer phase to use when reports are generated.

IDE Equivalent

None

Architectures

IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture

Syntax

Linux: -opt-report-phasephase
Windows:  /Qopt-report-phasephase

Arguments

phase    Is the phase to generate reports for. Possible values are:
  ipo Interprocedural Optimizer
  hlo High Level Optimizer
  ilo Intermediate Language Scalar Optimizer
  ecg Code Generator
  omp OpenMP*
  all All phases

Default

OFF No optimization reports are generated.

Description

This option specifies the optimizer phase to use when reports are generated.

This option can be used multiple times on the same command line to generate reports for multiple optimizers.

Alternate Options

Linux: -opt_report_phase
Windows: /Qopt_report_phase

See Also

opt-report, Qopt-report compiler options

Optimizing Applications: Optimizer Report Generation