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

/openbsd-current/gnu/gcc/gcc/
H A Dgcse.c390 Registers created during this pass have regno >= max_gcse_regno.
392 static unsigned int max_gcse_regno;
428 The table starts out at max_gcse_regno + slop, and is enlarged as
678 max_gcse_regno = max_reg_num ();
702 alloc_reg_set_mem (max_gcse_regno);
721 max_gcse_regno = max_reg_num ();
769 max_gcse_regno = max_reg_num ();
792 max_gcse_regno = max_reg_num ();
962 reg_set_in_block = sbitmap_vector_alloc (last_basic_block, max_gcse_regno);
2052 reg_avail_info = gmalloc (max_gcse_regno * sizeo
391 static unsigned int max_gcse_regno; variable
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgcse.c412 Registers created during this pass have regno >= max_gcse_regno.
414 static unsigned int max_gcse_regno;
450 The table starts out at max_gcse_regno + slop, and is enlarged as
746 max_gcse_regno = max_reg_num ();
775 * SBITMAP_SET_SIZE (max_gcse_regno)
780 n_basic_blocks, max_gcse_regno);
806 alloc_reg_set_mem (max_gcse_regno);
825 max_gcse_regno = max_reg_num ();
874 max_gcse_regno = max_reg_num ();
896 max_gcse_regno
413 static unsigned int max_gcse_regno; variable
[all...]

Completed in 129 milliseconds