Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dcfgloopmanip.cc304 basic_block *rem_bbs, *bord_bbs, from, bb; in remove_path() local
344 nrem = find_path (e, &rem_bbs); in remove_path()
353 bitmap_set_bit (seen, rem_bbs[i]->index); in remove_path()
366 FOR_EACH_EDGE (ae, ei, rem_bbs[i]->succs) in remove_path()
385 if (rem_bbs[i]->loop_father->header == rem_bbs[i]) in remove_path()
386 cancel_loop_tree (rem_bbs[i]->loop_father); in remove_path()
388 remove_bbs (rem_bbs, nrem); in remove_path()
389 free (rem_bbs); in remove_path()