#include "config.h"#include "system.h"#include "coretypes.h"#include "tm.h"#include "toplev.h"#include "rtl.h"#include "ggc.h"#include "gt-lists.h"

Go to the source code of this file.
Functions/Subroutines | |
| static void | free_list (rtx *, rtx *) |
| static | GTY ((deletable)) |
| rtx | alloc_INSN_LIST (rtx val, rtx next) |
| rtx | alloc_EXPR_LIST (int kind, rtx val, rtx next) |
| void | free_EXPR_LIST_list (rtx *listp) |
| void | free_INSN_LIST_list (rtx *listp) |
| void | free_EXPR_LIST_node (rtx ptr) |
| void | free_INSN_LIST_node (rtx ptr) |
Definition at line 90 of file lists.c.
References gen_rtx_EXPR_LIST, PUT_REG_NOTE_KIND, r, and XEXP.
Definition at line 68 of file lists.c.
References gen_rtx_INSN_LIST, PUT_REG_NOTE_KIND, r, and XEXP.
1.5.6