GCC Middle and Back End API Reference
sel_region_bb_info_def Struct Reference

#include <sel-sched-ir.h>

Collaboration diagram for sel_region_bb_info_def:

Data Fields

rtx note_list
av_set_t av_set
int av_level

Detailed Description

Per basic block data for the region.


Field Documentation

int sel_region_bb_info_def::av_level

If (AV_LEVEL == GLOBAL_LEVEL) then AV is valid.

av_set_t sel_region_bb_info_def::av_set

Cached availability set at the beginning of a block. See also AV_LEVEL () for conditions when this av_set can be used.

rtx sel_region_bb_info_def::note_list

This insn stream is constructed in such a way that it should be traversed by PREV_INSN field - (not NEXT_INSN).


The documentation for this struct was generated from the following file: