| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | early-remat.c | 547 empty_p (bitmap b) in empty_p() function 588 if (!empty_p (*src)) in copy_temp_bitmap() 611 if (empty_p (candidates)) in dump_candidate_bitmap() 689 if (!empty_p (info->rd_in)) in dump_block_info() 694 if (!empty_p (info->rd_kill)) in dump_block_info() 699 if (!empty_p (info->rd_gen)) in dump_block_info() 704 if (!empty_p (info->rd_after_call)) in dump_block_info() 709 if (!empty_p (info->rd_out)) in dump_block_info() 717 if (!empty_p (info->available_in)) in dump_block_info() 722 if (!empty_p (info->available_locally)) in dump_block_info() [all …]
|
| H A D | stor-layout.c | 1987 bool empty_p = TYPE_EMPTY_P (type); in finalize_type_size() local 2004 TYPE_EMPTY_P (variant) = empty_p; in finalize_type_size()
|
| H A D | tree-ssa-structalias.c | 5694 bool empty_p = true; in push_fields_onto_fieldstack() local 5779 empty_p = false; in push_fields_onto_fieldstack() 5782 return !empty_p; in push_fields_onto_fieldstack()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | early-remat.cc | 547 empty_p (bitmap b) in empty_p() function 588 if (!empty_p (*src)) in copy_temp_bitmap() 611 if (empty_p (candidates)) in dump_candidate_bitmap() 689 if (!empty_p (info->rd_in)) in dump_block_info() 694 if (!empty_p (info->rd_kill)) in dump_block_info() 699 if (!empty_p (info->rd_gen)) in dump_block_info() 704 if (!empty_p (info->rd_after_call)) in dump_block_info() 709 if (!empty_p (info->rd_out)) in dump_block_info() 717 if (!empty_p (info->available_in)) in dump_block_info() 722 if (!empty_p (info->available_locally)) in dump_block_info() [all …]
|
| H A D | gimple-range-cache.cc | 799 inline bool empty_p () { return m_update_head == -1; } in empty_p() function in update_list 839 if (empty_p ()) in add() 858 gcc_checking_assert (!empty_p ()); in pop() 1157 while (!m_update->empty_p ()) in propagate_cache() 1243 gcc_checking_assert (m_update->empty_p ()); in propagate_updated_value() 1262 if (!m_update->empty_p ()) in propagate_updated_value() 1302 gcc_checking_assert (m_update->empty_p ()); in fill_block_cache()
|
| H A D | stor-layout.cc | 1993 bool empty_p = TYPE_EMPTY_P (type); in finalize_type_size() local 2017 TYPE_EMPTY_P (variant) = empty_p; in finalize_type_size()
|
| H A D | tree-ssa-structalias.cc | 5818 bool empty_p = true; in push_fields_onto_fieldstack() local 5903 empty_p = false; in push_fields_onto_fieldstack() 5906 return !empty_p; in push_fields_onto_fieldstack()
|
| H A D | ChangeLog.graphite | 4576 (lexicographically_gt_p): Assure !empty_p before polyhedron
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| H A D | call-string.h | 52 bool empty_p () const { return m_return_edges.is_empty (); } in empty_p() function
|
| H A D | program-point.cc | 338 if (m_call_string.empty_p ()) in on_edge()
|
| H A D | engine.cc | 1726 && call_string_a.empty_p () in cmp() 1727 && call_string_b.empty_p () in cmp() 2561 && point.get_call_string ().empty_p ()) in process_node()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
| H A D | call-string.h | 80 bool empty_p () const { return m_elements.is_empty (); } in empty_p() function
|
| H A D | constraint-manager.h | 137 bool empty_p () const { return m_ranges.length () == 0; } in empty_p() function
|
| H A D | program-point.cc | 468 if (m_call_string.empty_p ()) in on_edge()
|
| H A D | store.h | 624 bool empty_p () const { return m_map.elements () == 0; }
|
| H A D | engine.cc | 2237 && call_string_a.empty_p () in cmp() 2238 && call_string_b.empty_p () in cmp() 3929 && point.get_call_string ().empty_p ()) in process_node() 4032 && (!point.get_call_string ().empty_p ())) in process_node()
|
| H A D | store.cc | 2978 if (cluster->empty_p ()) in canonicalize()
|
| H A D | constraint-manager.cc | 2163 if (intersection->empty_p ()) in add_bounded_ranges()
|
| H A D | ChangeLog | 1717 (call_string::bool empty_p): Refactor to work with m_elements.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ChangeLog-2002 | 1209 * class.c (check_field_decls): Remove empty_p parameter. Instead, 1218 CLASSTYPE_NEARLY_EMPTY_P. Adjust calls to avoid passing empty_p 1221 * cp-tree.h (lang_type_class): Add empty_p.
|
| H A D | cp-tree.h | 2333 unsigned empty_p : 1; member 2619 (LANG_TYPE_CLASS_CHECK (NODE)->empty_p)
|
| H A D | module.cc | 5685 WB (lang->empty_p); in lang_type_bools() 5755 RB (lang->empty_p); in lang_type_bools()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | cp-tree.h | 2174 unsigned empty_p : 1; member 2464 (LANG_TYPE_CLASS_CHECK (NODE)->empty_p)
|