Searched refs:note_loc (Results 1 – 2 of 2) sorted by relevance
1875 rtx **note_loc; /* Address of REG field of each note */ local1921 note_loc = (rtx **) alloca (i * sizeof (rtx *));1941 note_loc[n_notes] = loc;2045 replace_reg (note_loc[i], regnum);
1946 rtx **note_loc; /* Address of REG field of each note */ in subst_asm_stack_regs() local1991 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()