Home
last modified time | relevance | path

Searched refs:num_stores (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/gcc/
HDddg.h124 int num_stores; member
HDgcse.c5461 static int num_stores; variable
6047 ae_gen = sbitmap_vector_alloc (last_basic_block, num_stores); in build_store_vectors()
6050 st_antloc = sbitmap_vector_alloc (last_basic_block, num_stores); in build_store_vectors()
6083 ae_kill = sbitmap_vector_alloc (last_basic_block, num_stores); in build_store_vectors()
6086 transp = sbitmap_vector_alloc (last_basic_block, num_stores); in build_store_vectors()
6450 num_stores = compute_store_table (); in store_motion()
6451 if (num_stores == 0) in store_motion()
6465 edge_list = pre_edge_rev_lcm (num_stores, transp, ae_gen, in store_motion()
HDddg.c459 g->num_stores++; in create_ddg()
HDmodulo-sched.c1111 fprintf (dump_file, "SMS num-stores %d\n", g->num_stores); in sms_schedule()