GCC Middle and Back End API Reference
|
Data Fields | |
struct decision * | first |
struct decision * | last |
A listhead of decision trees. The alternatives to a node are kept in a doubly-linked list so we can easily add nodes to the proper place when merging.
struct decision* decision_head::first |
struct decision* decision_head::last |