Searched refs:bitmap_empty_p (Results 1 - 20 of 20) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-into-ssa.c843 if (bitmap_empty_p (uses))
854 if (bitmap_empty_p (phis))
2472 if (syms_to_rename && !bitmap_empty_p (syms_to_rename))
2482 if (names_to_release && !bitmap_empty_p (names_to_release))
2637 if (bitmap_empty_p (set))
2752 if (db == NULL || bitmap_empty_p (db->def_blocks))
2790 if (!bitmap_empty_p (pruned_idf))
3021 && bitmap_empty_p (syms_to_rename))
3026 if (!bitmap_empty_p (syms_to_rename))
H A Dbitmap.c826 if (bitmap_empty_p (a))
1000 if (bitmap_empty_p (a))
1005 if (bitmap_empty_p (b))
H A Dbitmap.h102 #define bitmap_empty_p(MAP) (!(MAP)->first) macro
H A Dtree-ssa-structalias.c1990 && !bitmap_empty_p (get_varinfo (node)->solution))
2045 if (find (i) == i && !bitmap_empty_p (ivi->solution)
2046 && ((graph->succs[i] && !bitmap_empty_p (graph->succs[i]))
2098 if (bitmap_empty_p (pts))
2104 solution_empty = bitmap_empty_p (solution);
2117 solution_empty = bitmap_empty_p (solution);
4581 if (bitmap_empty_p (pi->pt_vars))
H A Dtree-ssa-dom.c319 if (!bitmap_empty_p (need_eh_cleanup))
2476 while (!bitmap_empty_p (interesting_names))
2500 if (!bitmap_empty_p (need_eh_cleanup))
H A Dtree-stdarg.c878 && ! bitmap_empty_p (si.va_list_escape_vars)
H A Dtree-object-size.c377 if (! bitmap_empty_p (osi.reexamine))
H A Dtree-ssa-loop-manip.c306 if (changed_bbs && !bitmap_empty_p (changed_bbs))
H A Dtree-ssa.c469 && (pi->pt_vars == NULL || bitmap_empty_p (pi->pt_vars)))
H A Dtree-ssa-alias.c1051 if (pi->pt_vars && !bitmap_empty_p (pi->pt_vars))
1306 if (!bitmap_empty_p (may_aliases2))
H A Dflow.c1315 if (bitmap_empty_p (tmp))
1364 if (!bitmap_empty_p (tmp))
2044 if (!bitmap_empty_p (diff))
H A Dtree-ssa-pre.c656 return bitmap_empty_p (set->values);
2102 if (bitmap_empty_p (RVUSE_KILL (bb)))
3858 if (!bitmap_empty_p (need_eh_cleanup))
H A Dbb-reorder.c2053 if (bitmap_empty_p (candidates))
H A Dtree-outof-ssa.c2158 gcc_assert (bitmap_empty_p (leader_has_match));
H A Dtree-sra.c1548 if (!bitmap_empty_p (sra_candidates))
H A Dtree-ssa-live.c493 if (!bitmap_empty_p (both))
H A Dtree-ssa-operands.c1694 && !bitmap_empty_p (call_clobbered_vars)
H A Ddf-problems.c685 if (bitmap_empty_p (sparse_kill))
1210 if (bitmap_empty_p (sparse_kill))
H A Dtree-vrp.c327 gcc_assert (equiv == NULL || bitmap_empty_p (equiv));
341 if (equiv && !bitmap_empty_p (equiv))
H A Dtree-cfg.c4969 if (!bitmap_empty_p (vars_to_remove))

Completed in 282 milliseconds