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

  /src/external/gpl3/gcc/dist/gcc/rtl-ssa/
insns.h 35 class insn_note class in namespace:rtl_ssa
46 insn_note *next_note () const { return m_next_note; }
48 // Used with T = Derived *, where Derived is derived from insn_note.
53 // Used with T = Derived *, where Derived is derived from insn_note.
61 insn_note (insn_note_kind);
65 insn_note *m_next_note;
82 class insn_call_clobbers_note : public insn_note
287 // Return the first insn_note attached to the instruction, or null
289 insn_note *first_note () const { return m_first_note; }
323 class order_node : public insn_note
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/
insns.h 35 class insn_note class in namespace:rtl_ssa
46 insn_note *next_note () const { return m_next_note; }
48 // Used with T = Derived *, where Derived is derived from insn_note.
53 // Used with T = Derived *, where Derived is derived from insn_note.
61 insn_note (insn_note_kind);
65 insn_note *m_next_note;
82 class insn_call_clobbers_note : public insn_note
287 // Return the first insn_note attached to the instruction, or null
289 insn_note *first_note () const { return m_first_note; }
321 class order_node : public insn_note
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
gengtype.cc 1092 enum insn_note
1087 enum insn_note enum
rtl.h 1738 : (enum insn_note)-1) \
1739 : (enum insn_note)-1)
1796 enum insn_note
3336 extern rtx_note *emit_note_before (enum insn_note, rtx_insn *);
3351 extern rtx_note *emit_note_after (enum insn_note, rtx_insn *);
3361 extern rtx_note *emit_note (enum insn_note);
1794 enum insn_note enum
  /src/external/gpl3/gcc.old/dist/gcc/
gengtype.cc 1093 enum insn_note
1088 enum insn_note enum
rtl.h 1736 : (enum insn_note)-1) \
1737 : (enum insn_note)-1)
1794 enum insn_note
3321 extern rtx_note *emit_note_before (enum insn_note, rtx_insn *);
3336 extern rtx_note *emit_note_after (enum insn_note, rtx_insn *);
3344 extern rtx_note *emit_note (enum insn_note);
1792 enum insn_note enum

Completed in 42 milliseconds