Searched refs:insn_scope (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | final.cc | 1545 this_block = insn_scope (insn); in reemit_insn_block_notes() 1555 insn_scope (body->insn (i))); in reemit_insn_block_notes()
|
H A D | rtl.h | 3370 extern tree insn_scope (const rtx_insn *);
|
H A D | emit-rtl.cc | 6535 insn_scope (const rtx_insn *insn) in insn_scope() function
|
H A D | dwarf2out.cc | 28134 ca_loc->block = insn_scope (prev); in dwarf2out_var_location()
|
H A D | ChangeLog-2012 | 10435 (insn_scope): Change to use new location. 21524 * rtl.h (insn_scope): Move prototype from cfglayout.h here. 21538 locator_scope, insn_scope, locator_location, locator_line, insn_line,
|
H A D | ChangeLog-2003 | 7223 * cfglayout.c (insn_scope): Use prologue_locator and 20074 * cfglayout.c (insn_scope): New static function 20078 (scope_to_insns_finalize): Use insn_scope.
|
H A D | ChangeLog-2005 | 14242 (insn_locators_initialize, change_scope, insn_scope, 20646 insn_locators_initialize, insn_scope): Use VEC instead of
|
H A D | ChangeLog-2011 | 35224 * cfglayout.h (insn_scope): New prototype. 35226 * cfglayout.c (insn_scope): No longer static.
|
H A D | ChangeLog-2014 | 19540 (insn_scope): Likewise. 19554 (insn_scope): Strengthen param from const_rtx to const rtx_insn *.
|
H A D | ChangeLog-2008 | 4120 (insn_scope): Use it.
|
H A D | ChangeLog-2007 | 13976 * cfglayout.c (insn_scope, insn_line): Constify.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | final.c | 1557 this_block = insn_scope (insn); in reemit_insn_block_notes() 1567 insn_scope (body->insn (i))); in reemit_insn_block_notes()
|
H A D | rtl.h | 3361 extern tree insn_scope (const rtx_insn *);
|
H A D | emit-rtl.c | 6545 insn_scope (const rtx_insn *insn) in insn_scope() function
|
H A D | dwarf2out.c | 27522 ca_loc->block = insn_scope (prev); in dwarf2out_var_location()
|