Home
last modified time | relevance | path

Searched refs:remove_p (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-pure-const.c1433 bool remove_p = false; in propagate_pure_const() local
1710 remove_p |= has_cdtor; in propagate_pure_const()
1735 remove_p |= has_cdtor; in propagate_pure_const()
1749 return remove_p; in propagate_pure_const()
1997 bool remove_p; in execute() local
2003 remove_p = propagate_pure_const (); in execute()
2006 return remove_p ? TODO_remove_functions : 0; in execute()
H A Dsched-ebb.c662 ebb_add_remove_insn (rtx_insn *insn ATTRIBUTE_UNUSED, int remove_p) in ebb_add_remove_insn() argument
664 if (!remove_p) in ebb_add_remove_insn()
H A Dlra-lives.c698 bool remove_p = true; in process_bb_lives() local
703 remove_p = false; in process_bb_lives()
709 remove_p = false; in process_bb_lives()
713 if (remove_p && ! volatile_refs_p (PATTERN (curr_insn))) in process_bb_lives()
H A Dipa-reference.c762 bool remove_p; in propagate() local
767 remove_p = ipa_discover_variable_flags (); in propagate()
969 return remove_p ? TODO_remove_functions : 0; in propagate()
H A Dipa.c778 bool remove_p = false; in ipa_discover_variable_flags() local
819 vnode->call_for_symbol_and_aliases (set_writeonly_bit, &remove_p, in ipa_discover_variable_flags()
825 return remove_p; in ipa_discover_variable_flags()
H A Dira-build.c2315 bool remove_p; in remove_uneccesary_loop_nodes_from_loop_tree() local
2318 remove_p = node->to_remove_p; in remove_uneccesary_loop_nodes_from_loop_tree()
2319 if (! remove_p) in remove_uneccesary_loop_nodes_from_loop_tree()
2328 if (remove_p) in remove_uneccesary_loop_nodes_from_loop_tree()
H A Dvec.h1079 bool remove_p = (cond); \
1080 if (remove_p) \
H A Dsched-rgn.c3533 rgn_add_remove_insn (rtx_insn *insn, int remove_p) in rgn_add_remove_insn() argument
3535 if (!remove_p) in rgn_add_remove_insn()
3542 if (!remove_p) in rgn_add_remove_insn()
H A Dlra-constraints.c6117 bool remove_p; in update_ebb_live_info() local
6173 remove_p = false; in update_ebb_live_info()
6180 remove_p = true; in update_ebb_live_info()
6211 if (remove_p) in update_ebb_live_info()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-pure-const.cc1571 bool remove_p = false; in propagate_pure_const() local
1828 remove_p |= ipa_make_function_const (w, this_looping, false); in propagate_pure_const()
1832 remove_p |= ipa_make_function_pure (w, this_looping, false); in propagate_pure_const()
1845 return remove_p; in propagate_pure_const()
2094 bool remove_p; in execute() local
2100 remove_p = propagate_pure_const (); in execute()
2103 return remove_p ? TODO_remove_functions : 0; in execute()
H A Dsched-ebb.cc662 ebb_add_remove_insn (rtx_insn *insn ATTRIBUTE_UNUSED, int remove_p) in ebb_add_remove_insn() argument
664 if (!remove_p) in ebb_add_remove_insn()
H A Dlra-lives.cc724 bool remove_p = true; in process_bb_lives() local
732 remove_p = false; in process_bb_lives()
738 remove_p = false; in process_bb_lives()
742 if (remove_p && ! volatile_refs_p (PATTERN (curr_insn))) in process_bb_lives()
H A Dipa-reference.cc762 bool remove_p; in propagate() local
767 remove_p = ipa_discover_variable_flags (); in propagate()
976 return remove_p ? TODO_remove_functions : 0; in propagate()
H A Dipa.cc781 bool remove_p = false; in ipa_discover_variable_flags() local
822 vnode->call_for_symbol_and_aliases (set_writeonly_bit, &remove_p, in ipa_discover_variable_flags()
828 return remove_p; in ipa_discover_variable_flags()
H A Dira-build.cc2364 bool remove_p; in remove_uneccesary_loop_nodes_from_loop_tree() local
2367 remove_p = node->to_remove_p; in remove_uneccesary_loop_nodes_from_loop_tree()
2368 if (! remove_p) in remove_uneccesary_loop_nodes_from_loop_tree()
2377 if (remove_p) in remove_uneccesary_loop_nodes_from_loop_tree()
H A Dsched-rgn.cc3529 rgn_add_remove_insn (rtx_insn *insn, int remove_p) in rgn_add_remove_insn() argument
3531 if (!remove_p) in rgn_add_remove_insn()
3538 if (!remove_p) in rgn_add_remove_insn()
H A Dvec.h1090 bool remove_p = (cond); \
1091 if (remove_p) \
H A Dlra-constraints.cc6256 bool remove_p; in update_ebb_live_info() local
6312 remove_p = false; in update_ebb_live_info()
6319 remove_p = true; in update_ebb_live_info()
6350 if (remove_p) in update_ebb_live_info()
H A DChangeLog8147 regs to clear remove_p flag.
H A DChangeLog-20143735 (process_bb_lives): Rename dead_insn_p on remove_p
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-2011613 `remove_p'(-Wshadow).
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-2011613 `remove_p'(-Wshadow).
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git49466 changes the nested loops to exit early when "remove_p" is set.