Home
last modified time | relevance | path

Searched refs:note_loc (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dreg-stack.c1875 rtx **note_loc; /* Address of REG field of each note */ local
1921 note_loc = (rtx **) alloca (i * sizeof (rtx *));
1941 note_loc[n_notes] = loc;
2045 replace_reg (note_loc[i], regnum);
/openbsd-src/gnu/gcc/gcc/
H A Dreg-stack.c1946 rtx **note_loc; /* Address of REG field of each note */ in subst_asm_stack_regs() local
1991 note_loc = alloca (i * sizeof (rtx *)); in subst_asm_stack_regs()
2011 note_loc[n_notes] = loc; in subst_asm_stack_regs()
2112 replace_reg (note_loc[i], regnum); in subst_asm_stack_regs()