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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-vectorizer.c369 if (exit_loop) goto update_bb
371 update_bb:
382 goto update_bb
383 update_bb:
395 goto update_bb
396 update_bb:
515 basic_block update_bb = e->dest;
527 for (orig_phi = phi_nodes (orig_bb), update_phi = phi_nodes (update_bb);
641 basic_block update_bb = e->dest;
653 for (update_phi = phi_nodes (update_bb); update_ph
514 basic_block update_bb = e->dest; local
640 basic_block update_bb = e->dest; local
[all...]
H A Dtree-vect-transform.c2480 Assumption 2: The phi nodes in the LOOP header and in update_bb are
2489 path starts with the edge UPDATE_E, and its destination (denoted update_bb)
2500 basic_block update_bb = update_e->dest; local
2507 for (phi = phi_nodes (loop->header), phi1 = phi_nodes (update_bb);

Completed in 159 milliseconds