Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dgcse.c302 struct occr *antic_occr; member
1046 for (occr = expr->antic_occr; occr != NULL; occr = occr->next) in compute_local_properties()
1493 struct occr *antic_occr, *avail_occr; in insert_expr_in_table() local
1529 cur_expr->antic_occr = NULL; in insert_expr_in_table()
1536 antic_occr = cur_expr->antic_occr; in insert_expr_in_table()
1538 if (antic_occr && BLOCK_NUM (antic_occr->insn) != BLOCK_NUM (insn)) in insert_expr_in_table()
1539 antic_occr = NULL; in insert_expr_in_table()
1541 if (antic_occr) in insert_expr_in_table()
1549 antic_occr = gcse_alloc (sizeof (struct occr)); in insert_expr_in_table()
1551 antic_occr->insn = insn; in insert_expr_in_table()
[all …]
Dsee.c592 struct see_occr *antic_occr; member
853 struct see_occr *curr_occr = extension->antic_occr; in hash_del_pre_extension()
1041 (*slot_pre_exp)->antic_occr = NULL; in see_seek_pre_extension_expr()
1739 for (occr = expr->antic_occr; occr != NULL; occr = occr->next) in see_pre_delete_extension()
1997 tmp_occr = extension_expr->antic_occr; in see_analyze_use_local_prop()
1999 extension_expr->antic_occr = curr_occr; in see_analyze_use_local_prop()