|
GCC Middle and Back End API Reference
|

Data Fields | |
| struct unoccr * | next |
| edge | pred |
| rtx | insn |
The following structure holds the information about the occurrences of the redundant instructions.
| rtx unoccr::insn |
Referenced by eliminate_partially_redundant_load(), and eliminate_partially_redundant_loads().
| struct unoccr* unoccr::next |
Referenced by eliminate_partially_redundant_load().
| edge unoccr::pred |
Referenced by eliminate_partially_redundant_load().