Searched refs:to_process (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | cortex-a57-fma-steering.cc | 861 auto_vec<fma_node *> to_process; in dfs() local 880 to_process.safe_push (*root_iter); in dfs() 884 while (!to_process.is_empty ()) in dfs() 889 node = to_process.pop (); in dfs() 896 to_process.safe_push (*child_iter); in dfs()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | cortex-a57-fma-steering.c | 861 auto_vec<fma_node *> to_process; in dfs() local 880 to_process.safe_push (*root_iter); in dfs() 884 while (!to_process.is_empty ()) in dfs() 889 node = to_process.pop (); in dfs() 896 to_process.safe_push (*child_iter); in dfs()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | lra-eliminations.c | 1085 bitmap_head to_process; in spill_pseudos() local 1098 bitmap_initialize (&to_process, ®_obstack); in spill_pseudos() 1108 bitmap_ior_into (&to_process, &lra_reg_info[i].insn_bitmap); in spill_pseudos() 1112 if (bitmap_bit_p (&to_process, INSN_UID (insn))) in spill_pseudos() 1117 bitmap_clear (&to_process); in spill_pseudos()
|
H A D | lra-constraints.c | 6329 bitmap to_process; in inherit_in_ebb() local 6356 to_process = df_get_live_out (curr_bb); in inherit_in_ebb() 6362 to_process = &temp_bitmap; in inherit_in_ebb() 6372 EXECUTE_IF_SET_IN_BITMAP (to_process, 0, j, bi) in inherit_in_ebb() 6728 to_process = df_get_live_in (curr_bb); in inherit_in_ebb() 6734 to_process = &temp_bitmap; in inherit_in_ebb() 6737 EXECUTE_IF_SET_IN_BITMAP (to_process, 0, j, bi) in inherit_in_ebb()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | lra-eliminations.cc | 1084 bitmap_head to_process; in spill_pseudos() local 1097 bitmap_initialize (&to_process, ®_obstack); in spill_pseudos() 1107 bitmap_ior_into (&to_process, &lra_reg_info[i].insn_bitmap); in spill_pseudos() 1111 if (bitmap_bit_p (&to_process, INSN_UID (insn))) in spill_pseudos() 1116 bitmap_clear (&to_process); in spill_pseudos()
|
H A D | lra-constraints.cc | 6468 bitmap to_process; in inherit_in_ebb() local 6495 to_process = df_get_live_out (curr_bb); in inherit_in_ebb() 6501 to_process = &temp_bitmap; in inherit_in_ebb() 6511 EXECUTE_IF_SET_IN_BITMAP (to_process, 0, j, bi) in inherit_in_ebb() 6867 to_process = df_get_live_in (curr_bb); in inherit_in_ebb() 6873 to_process = &temp_bitmap; in inherit_in_ebb() 6876 EXECUTE_IF_SET_IN_BITMAP (to_process, 0, j, bi) in inherit_in_ebb()
|
H A D | ChangeLog-2018 | 29190 free even leaf nodes. Change to_process into auto_vec.
|
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/ |
H A D | AddLLVM.cmake | 1825 file(GLOB_RECURSE to_process LIST_DIRECTORIES true ${directory}/*) 1826 foreach(lit_suite ${to_process})
|