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

/freebsd-10.0-release/contrib/gcc/
H A Dgcse.c303 struct occr *antic_occr;
1050 /* The occurrences recorded in antic_occr are exactly those that
1053 for (occr = expr->antic_occr; occr != NULL; occr = occr->next)
1502 struct occr *antic_occr, *avail_occr;
1538 cur_expr->antic_occr = NULL;
1545 antic_occr = cur_expr->antic_occr;
1547 if (antic_occr && BLOCK_NUM (antic_occr->insn) != BLOCK_NUM (insn))
1548 antic_occr
302 struct occr *antic_occr; member in struct:expr
1493 struct occr *antic_occr, *avail_occr; local
[all...]
H A Dsee.c592 struct see_occr *antic_occr; member in struct:see_pre_extension_expr
854 struct see_occr *curr_occr = extension->antic_occr;
1042 (*slot_pre_exp)->antic_occr = NULL;
1740 for (occr = expr->antic_occr; occr != NULL; occr = occr->next)
1998 tmp_occr = extension_expr->antic_occr;
2000 extension_expr->antic_occr = curr_occr;

Completed in 110 milliseconds