Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dearly-remat.c547 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 Dstor-layout.c1987 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 Dtree-ssa-structalias.c5694 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 Dearly-remat.cc547 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 Dgimple-range-cache.cc799 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 Dstor-layout.cc1993 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 Dtree-ssa-structalias.cc5818 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 DChangeLog.graphite4576 (lexicographically_gt_p): Assure !empty_p before polyhedron
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dcall-string.h52 bool empty_p () const { return m_return_edges.is_empty (); } in empty_p() function
H A Dprogram-point.cc338 if (m_call_string.empty_p ()) in on_edge()
H A Dengine.cc1726 && 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 Dcall-string.h80 bool empty_p () const { return m_elements.is_empty (); } in empty_p() function
H A Dconstraint-manager.h137 bool empty_p () const { return m_ranges.length () == 0; } in empty_p() function
H A Dprogram-point.cc468 if (m_call_string.empty_p ()) in on_edge()
H A Dstore.h624 bool empty_p () const { return m_map.elements () == 0; }
H A Dengine.cc2237 && 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 Dstore.cc2978 if (cluster->empty_p ()) in canonicalize()
H A Dconstraint-manager.cc2163 if (intersection->empty_p ()) in add_bounded_ranges()
H A DChangeLog1717 (call_string::bool empty_p): Refactor to work with m_elements.
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20021209 * 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 Dcp-tree.h2333 unsigned empty_p : 1; member
2619 (LANG_TYPE_CLASS_CHECK (NODE)->empty_p)
H A Dmodule.cc5685 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 Dcp-tree.h2174 unsigned empty_p : 1; member
2464 (LANG_TYPE_CLASS_CHECK (NODE)->empty_p)