Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dreg-stack.c2166 int n_notes; in subst_asm_stack_regs() local
2203 n_notes = 0; in subst_asm_stack_regs()
2221 note_reg[n_notes] = reg; in subst_asm_stack_regs()
2222 note_loc[n_notes] = loc; in subst_asm_stack_regs()
2223 note_kind[n_notes] = REG_NOTE_KIND (note); in subst_asm_stack_regs()
2224 n_notes++; in subst_asm_stack_regs()
2313 for (i = 0; i < n_notes; i++) in subst_asm_stack_regs()
2391 for (j = 0; j < n_notes; j++) in subst_asm_stack_regs()
2406 for (j = 0; j < n_notes; j++) in subst_asm_stack_regs()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dreg-stack.cc2164 int n_notes; in subst_asm_stack_regs() local
2201 n_notes = 0; in subst_asm_stack_regs()
2219 note_reg[n_notes] = reg; in subst_asm_stack_regs()
2220 note_loc[n_notes] = loc; in subst_asm_stack_regs()
2221 note_kind[n_notes] = REG_NOTE_KIND (note); in subst_asm_stack_regs()
2222 n_notes++; in subst_asm_stack_regs()
2311 for (i = 0; i < n_notes; i++) in subst_asm_stack_regs()
2389 for (j = 0; j < n_notes; j++) in subst_asm_stack_regs()
2404 for (j = 0; j < n_notes; j++) in subst_asm_stack_regs()