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

/freebsd-12-stable/contrib/gcc/
H A Dcfgloopmanip.c46 static void fix_bb_placements (struct loops *, basic_block, bool *);
141 fix_bb_placements (struct loops *loops, basic_block from, function
349 fix_bb_placements (loops, from, &irred_invalidated);
525 move them all to the loop->outer, and then let fix_bb_placements do
552 /* We do not pass IRRED_INVALIDATED to fix_bb_placements here, as even if
555 fix_bb_placements (loops, latch, &dummy);
617 to the loop. So call fix_bb_placements to fix up the placement
619 fix_bb_placements (loops, loop_preheader_edge (loop)->src,

Completed in 56 milliseconds