Searched refs:to_process (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Dcortex-a57-fma-steering.c861 auto_vec<fma_node *> to_process; local
880 to_process.safe_push (*root_iter);
884 while (!to_process.is_empty ())
889 node = to_process.pop ();
896 to_process.safe_push (*child_iter);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Dcortex-a57-fma-steering.cc861 auto_vec<fma_node *> to_process; local
880 to_process.safe_push (*root_iter);
884 while (!to_process.is_empty ())
889 node = to_process.pop ();
896 to_process.safe_push (*child_iter);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dlra-eliminations.c1087 bitmap_head to_process;
1100 bitmap_initialize (&to_process, &reg_obstack);
1110 bitmap_ior_into (&to_process, &lra_reg_info[i].insn_bitmap);
1114 if (bitmap_bit_p (&to_process, INSN_UID (insn)))
1119 bitmap_clear (&to_process);
1085 bitmap_head to_process; local
H A Dlra-constraints.c6334 bitmap to_process;
6361 to_process = df_get_live_out (curr_bb);
6367 to_process = &temp_bitmap;
6377 EXECUTE_IF_SET_IN_BITMAP (to_process, 0, j, bi)
6733 to_process = df_get_live_in (curr_bb);
6739 to_process = &temp_bitmap;
6742 EXECUTE_IF_SET_IN_BITMAP (to_process, 0, j, bi)
6329 bitmap to_process; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dlra-eliminations.cc1086 bitmap_head to_process;
1099 bitmap_initialize (&to_process, &reg_obstack);
1109 bitmap_ior_into (&to_process, &lra_reg_info[i].insn_bitmap);
1113 if (bitmap_bit_p (&to_process, INSN_UID (insn)))
1118 bitmap_clear (&to_process);
1084 bitmap_head to_process; local
H A Dlra-constraints.cc6473 bitmap to_process;
6500 to_process = df_get_live_out (curr_bb);
6506 to_process = &temp_bitmap;
6516 EXECUTE_IF_SET_IN_BITMAP (to_process, 0, j, bi)
6872 to_process = df_get_live_in (curr_bb);
6878 to_process = &temp_bitmap;
6881 EXECUTE_IF_SET_IN_BITMAP (to_process, 0, j, bi)

Completed in 141 milliseconds