Searched refs:peeled_loops (Results 1 – 3 of 3) sorted by relevance
608 static bitmap peeled_loops; variable1001 || !peeled_loops) in try_peel_loop()1004 if (bitmap_bit_p (peeled_loops, loop->num)) in try_peel_loop()1152 bitmap_set_bit (peeled_loops, loop->num); in try_peel_loop()1604 peeled_loops = BITMAP_ALLOC (NULL); in execute()1607 if (peeled_loops) in execute()1609 BITMAP_FREE (peeled_loops); in execute()1610 peeled_loops = NULL; in execute()
22479 * tree-ssa-loop-ivcanon.c (peeled_loops): New static var.22482 (pass_complete_unroll::execute): Initialize peeled_loops.
613 static bitmap peeled_loops; variable1003 || !peeled_loops) in try_peel_loop()1006 if (bitmap_bit_p (peeled_loops, loop->num)) in try_peel_loop()1155 bitmap_set_bit (peeled_loops, loop->num); in try_peel_loop()1605 peeled_loops = BITMAP_ALLOC (NULL); in execute()1608 if (peeled_loops) in execute()1610 BITMAP_FREE (peeled_loops); in execute()1611 peeled_loops = NULL; in execute()