Lines Matching refs:aux

109       bb->aux = bb;  in compute_antinout_edge()
120 e->src->aux = EXIT_BLOCK_PTR_FOR_FN (cfun); in compute_antinout_edge()
132 if (bb->aux == EXIT_BLOCK_PTR_FOR_FN (cfun)) in compute_antinout_edge()
141 bb->aux = NULL; in compute_antinout_edge()
151 if (!e->src->aux && e->src != ENTRY_BLOCK_PTR_FOR_FN (cfun)) in compute_antinout_edge()
154 e->src->aux = e; in compute_antinout_edge()
250 INDEX_EDGE (edge_list, i)->aux = (void *) (size_t) i; in compute_laterin()
269 bitmap_copy (later[(size_t) e->aux], earliest[(size_t) e->aux]); in compute_laterin()
282 bb->aux = bb; in compute_laterin()
296 bb->aux = NULL; in compute_laterin()
305 later[(size_t)e->aux]); in compute_laterin()
309 if (bitmap_ior_and_compl (later[(size_t) e->aux], in compute_laterin()
310 earliest[(size_t) e->aux], in compute_laterin()
315 && e->dest != EXIT_BLOCK_PTR_FOR_FN (cfun) && e->dest->aux == 0) in compute_laterin()
318 e->dest->aux = e; in compute_laterin()
332 later[(size_t) e->aux]); in compute_laterin()
523 bb->aux = bb; in compute_available()
533 e->dest->aux = ENTRY_BLOCK_PTR_FOR_FN (cfun); in compute_available()
548 if (bb->aux == ENTRY_BLOCK_PTR_FOR_FN (cfun)) in compute_available()
556 bb->aux = NULL; in compute_available()
566 if (!e->dest->aux && e->dest != EXIT_BLOCK_PTR_FOR_FN (cfun)) in compute_available()
569 e->dest->aux = e; in compute_available()
641 INDEX_EDGE (edge_list, i)->aux = (void *) (size_t) i; in compute_nearerout()
651 bitmap_copy (nearer[(size_t)e->aux], farthest[(size_t)e->aux]); in compute_nearerout()
658 bb->aux = bb; in compute_nearerout()
666 bb->aux = NULL; in compute_nearerout()
672 nearer[(size_t) e->aux]); in compute_nearerout()
676 if (bitmap_ior_and_compl (nearer[(size_t) e->aux], in compute_nearerout()
677 farthest[(size_t) e->aux], in compute_nearerout()
682 && e->src != ENTRY_BLOCK_PTR_FOR_FN (cfun) && e->src->aux == 0) in compute_nearerout()
685 e->src->aux = e; in compute_nearerout()
696 nearer[(size_t) e->aux]); in compute_nearerout()