Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Ddf-scan.c261 bb_info->artificial_defs = NULL; in df_scan_alloc()
560 bb_info->artificial_defs = NULL; in df_ref_create()
585 return df_scan_get_bb_info (dflow, bb_index)->artificial_defs; in df_get_artificial_defs()
723 bb_info->artificial_defs in df_ref_remove()
724 = df_ref_unlink (bb_info->artificial_defs, ref); in df_ref_remove()
847 def = bb_info->artificial_defs; in df_bb_refs_delete()
850 bb_info->artificial_defs = NULL; in df_bb_refs_delete()
984 this_ref->next_ref = bb_info->artificial_defs; in df_ref_create_structure()
985 bb_info->artificial_defs = this_ref; in df_ref_create_structure()
1638 bb_info->artificial_defs = NULL; in df_bb_refs_record()
Ddf.h487 struct df_ref *artificial_defs; member