Home
last modified time | relevance | path

Searched refs:get_last_insn_anywhere (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Drtl.h1433 extern rtx get_last_insn_anywhere PARAMS ((void));
Demit-rtl.c2874 get_last_insn_anywhere () in get_last_insn_anywhere() function
Dstmt.c2877 insn = get_last_insn_anywhere (); in preserve_subexpressions_p()
DChangeLog.211226 (get_last_insn_anywhere): Variable sequence_stack is now accessed
/openbsd/src/gnu/gcc/gcc/
Drtl.h1499 extern rtx get_last_insn_anywhere (void);
Demit-rtl.c2702 get_last_insn_anywhere (void) in get_last_insn_anywhere() function
/openbsd/src/gnu/usr.bin/gcc/gcc/config/v850/
Dv850.md867 rtx insn = get_last_insn_anywhere ();
/openbsd/src/gnu/gcc/gcc/config/v850/
Dv850.md878 rtx insn = get_last_insn_anywhere ();
/openbsd/src/gnu/usr.bin/gcc/gcc/config/sparc/
Dsparc.c8127 insn = get_last_insn_anywhere ();
/openbsd/src/gnu/gcc/gcc/config/sparc/
Dsparc.c7631 insn = get_last_insn_anywhere (); in sparc_check_64()
/openbsd/src/gnu/gcc/gcc/config/rs6000/
Drs6000.c12854 for ( insn = get_last_insn_anywhere (); insn; insn = PREV_INSN (insn)) in compute_save_world_info()