GCC Middle and Back End API Reference
|
#include <rtlanal.h>
Public Member Functions | |
template<typename... Args> | |
growing_rtx_properties (Args...) | |
template<typename AddFn > | |
void | repeat (AddFn add) |
void | add_dest (const_rtx x, unsigned int flags=0) |
void | add_src (const_rtx x, unsigned int flags=0) |
void | add_pattern (const_rtx pat) |
void | add_note (const_rtx x) |
void | add_insn (const rtx_insn *insn, bool include_notes) |
BASE is derived from rtx_properties and provides backing storage for REF_BEGIN. It has a grow () method that increases the amount of memory available if the initial allocation was too small.
growing_rtx_properties< Base >::growing_rtx_properties | ( | Args... | args | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |