|
GCC Middle and Back End API Reference
|

Data Fields | |
| struct gcse_occr * | next |
| rtx_insn * | insn |
| char | deleted_p |
| char | copied_p |
Occurrence of an expression. There is one per basic block. If a pattern appears more than once the last appearance is used [or first for anticipatable expressions].
| char gcse_occr::copied_p |
Referenced by pre_insert_copies().
| char gcse_occr::deleted_p |
Referenced by insert_expr_in_table().
| rtx_insn* gcse_occr::insn |
| struct gcse_occr* gcse_occr::next |
Referenced by insert_expr_in_table(), and pre_insert_copies().