Specifies the optimizer phase to use when reports are generated.
None
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux: | -opt-report-phasephase |
Windows: | /Qopt-report-phasephase |
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 |
OFF | No optimization reports are generated. |
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.
Linux: -opt_report_phase
Windows: /Qopt_report_phase
opt-report, Qopt-report compiler options
Optimizing Applications: Optimizer Report Generation