HomeSort by: relevance | last modified time | path
    Searched defs:rtx_properties (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
rtlanal.h 125 class rtx_properties class
128 rtx_properties ();
167 inline rtx_properties::rtx_properties () function in class:rtx_properties
183 rtx_properties::try_to_add_note (const_rtx x)
193 rtx_properties::has_side_effects () const
202 rtx_properties::refs () const
207 /* BASE is derived from rtx_properties and provides backing storage
293 class vec_rtx_properties_base : public rtx_properties
320 /* A rtx_properties that stores its references in a temporary array
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
rtlanal.h 125 class rtx_properties class
128 rtx_properties ();
167 inline rtx_properties::rtx_properties () function in class:rtx_properties
183 rtx_properties::try_to_add_note (const_rtx x)
193 rtx_properties::has_side_effects () const
202 rtx_properties::refs () const
207 /* BASE is derived from rtx_properties and provides backing storage
293 class vec_rtx_properties_base : public rtx_properties
320 /* A rtx_properties that stores its references in a temporary array
    [all...]

Completed in 24 milliseconds