Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dreg-stack.c1882 int n_notes; local
1924 n_notes = 0;
1940 note_reg[n_notes] = reg;
1941 note_loc[n_notes] = loc;
1942 note_kind[n_notes] = REG_NOTE_KIND (note);
1943 n_notes++;
2037 for (i = 0; i < n_notes; i++)
2122 for (j = 0; j < n_notes; j++)
2137 for (j = 0; j < n_notes; j++)
/openbsd-src/gnu/gcc/gcc/
H A Dreg-stack.c1953 int n_notes; in subst_asm_stack_regs() local
1994 n_notes = 0; in subst_asm_stack_regs()
2010 note_reg[n_notes] = reg; in subst_asm_stack_regs()
2011 note_loc[n_notes] = loc; in subst_asm_stack_regs()
2012 note_kind[n_notes] = REG_NOTE_KIND (note); in subst_asm_stack_regs()
2013 n_notes++; in subst_asm_stack_regs()
2105 for (i = 0; i < n_notes; i++) in subst_asm_stack_regs()
2189 for (j = 0; j < n_notes; j++) in subst_asm_stack_regs()
2204 for (j = 0; j < n_notes; j++) in subst_asm_stack_regs()