Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dreg-stack.c2028 int n_notes; in subst_asm_stack_regs() local
2068 n_notes = 0; in subst_asm_stack_regs()
2084 note_reg[n_notes] = reg; in subst_asm_stack_regs()
2085 note_loc[n_notes] = loc; in subst_asm_stack_regs()
2086 note_kind[n_notes] = REG_NOTE_KIND (note); in subst_asm_stack_regs()
2087 n_notes++; in subst_asm_stack_regs()
2179 for (i = 0; i < n_notes; i++) in subst_asm_stack_regs()
2263 for (j = 0; j < n_notes; j++) in subst_asm_stack_regs()
2278 for (j = 0; j < n_notes; j++) in subst_asm_stack_regs()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dreg-stack.c2113 int n_notes; in subst_asm_stack_regs() local
2150 n_notes = 0; in subst_asm_stack_regs()
2168 note_reg[n_notes] = reg; in subst_asm_stack_regs()
2169 note_loc[n_notes] = loc; in subst_asm_stack_regs()
2170 note_kind[n_notes] = REG_NOTE_KIND (note); in subst_asm_stack_regs()
2171 n_notes++; in subst_asm_stack_regs()
2260 for (i = 0; i < n_notes; i++) in subst_asm_stack_regs()
2344 for (j = 0; j < n_notes; j++) in subst_asm_stack_regs()
2359 for (j = 0; j < n_notes; j++) in subst_asm_stack_regs()