The optimization passes are grouped into several categories. Currently defined categories in dumpfile.h are
OPTGROUP_IPA
OPTGROUP_LOOP
OPTGROUP_INLINE
OPTGROUP_VEC
OPTGROUP_OTHER
OPTGROUP_ALL
By using groups a user could selectively enable optimization information only for a group of passes. By default, the optimization information for all the passes is dumped.