Searched refs:test_use (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddf-problems.c4091 bitmap test_set, test_use;
4150 test_use = BITMAP_ALLOC (&reg_obstack);
4154 bitmap_copy (test_use, other_branch_live);
4155 df_simulate_initialize_backwards (merge_bb, test_use);
4161 df_simulate_defs (insn, test_use);
4162 df_simulate_uses (insn, test_use);
4224 if (bitmap_intersect_p (merge_set, test_use)
4311 BITMAP_FREE (test_use);
4082 bitmap test_set, test_use; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddf-problems.cc4131 bitmap test_set, test_use;
4190 test_use = BITMAP_ALLOC (&reg_obstack);
4194 bitmap_copy (test_use, other_branch_live);
4195 df_simulate_initialize_backwards (merge_bb, test_use);
4201 df_simulate_defs (insn, test_use);
4202 df_simulate_uses (insn, test_use);
4264 if (bitmap_intersect_p (merge_set, test_use)
4349 BITMAP_FREE (test_use);
4122 bitmap test_set, test_use; local

Completed in 105 milliseconds