Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Ddse.c294 struct insn_info_type *redundant_reason; member
1341 insn_info_t ptr, last, redundant_reason; in record_store() local
1494 redundant_reason = NULL; in record_store()
1549 redundant_reason = ptr; in record_store()
1553 redundant_reason = ptr; in record_store()
1565 redundant_reason = ptr; in record_store()
1660 store_info->redundant_reason = redundant_reason; in record_store()
2725 && s_info->redundant_reason in dse_step1()
2726 && s_info->redundant_reason->insn in dse_step1()
3511 && s_info->redundant_reason in dse_step6()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddse.c274 struct insn_info *redundant_reason; member
1605 redundant_reason = NULL; in record_store()
1680 redundant_reason = ptr; in record_store()
1684 redundant_reason = ptr; in record_store()
1697 redundant_reason = ptr; in record_store()
1769 store_info->redundant_reason = redundant_reason; in record_store()
2886 && s_info->redundant_reason in dse_step1()
2887 && s_info->redundant_reason->insn in dse_step1()
2900 s_info->redundant_reason = NULL; in dse_step1()
3900 && s_info->redundant_reason in dse_step6()
[all …]