Searched refs:num_stores (Results 1 – 4 of 4) sorted by relevance
124 int num_stores; member
5461 static int num_stores; variable6047 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()
459 g->num_stores++; in create_ddg()
1111 fprintf (dump_file, "SMS num-stores %d\n", g->num_stores); in sms_schedule()