GCC Middle and Back End API Reference
trace Struct Reference
Collaboration diagram for trace:

Data Fields

basic_block first
basic_block last
int round
int length

Detailed Description

Structure for holding information about a trace.


Field Documentation

basic_block trace::first

First and last basic block of the trace.

basic_block trace::last
int trace::length

The length (i.e. the number of basic blocks) of the trace.

Referenced by find_traces_1_round().

int trace::round

The round of the STC creation which this trace was found in.


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