Home | History | Annotate | Download | only in gcc

Lines Matching defs:hoisted_bbs

2885    HOISTED_BBS points to a bitmap indicating basic blocks through which
2905 int *nregs, bitmap hoisted_bbs, rtx_insn *from)
2918 if (!bitmap_bit_p (hoisted_bbs, bb->index))
2987 hoisted_bbs, from))
2994 which EXPR is hoisted in hoisted_bbs. */
3000 bitmap_set_bit (hoisted_bbs, i);
3080 bitmap hoisted_bbs = NULL;
3121 hoisted_bbs = BITMAP_ALLOC (NULL);
3220 hoisted_bbs, occr->insn))
3267 EXECUTE_IF_SET_IN_BITMAP (hoisted_bbs, 0, k, bi)
3276 blocks recorded in hoisted_bbs when expr will not be
3278 EXECUTE_IF_SET_IN_BITMAP (hoisted_bbs, 0, k, bi)
3288 bitmap_clear (hoisted_bbs);
3337 BITMAP_FREE (hoisted_bbs);