Home
last modified time | relevance | path

Searched refs:DF_HARD_REG_LIVE (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDdf-scan.c780 if (DF_REF_FLAGS_IS_SET (ref, DF_HARD_REG_LIVE)) in df_reg_chain_unlink()
2300 if (DF_REF_FLAGS_IS_SET (this_ref, DF_HARD_REG_LIVE)) in df_install_ref()
2520 DF_REF_FLAGS_CLEAR (this_ref, DF_HARD_REG_LIVE); in df_ref_create_structure()
2530 DF_REF_FLAGS_SET (this_ref, DF_HARD_REG_LIVE); in df_ref_create_structure()
2535 DF_REF_FLAGS_SET (this_ref, DF_HARD_REG_LIVE); in df_ref_create_structure()
HDdf.h96 DF_HARD_REG_LIVE = 1 << 3, enumerator
HDloop-invariant.c999 if ((DF_REF_FLAGS (use) & DF_HARD_REG_LIVE) in check_dependency()
/dragonfly/contrib/gcc-4.7/gcc/
HDdf-scan.c916 if (DF_REF_FLAGS_IS_SET (ref, DF_HARD_REG_LIVE)) in df_reg_chain_unlink()
2567 if (DF_REF_FLAGS_IS_SET (this_ref, DF_HARD_REG_LIVE)) in df_install_ref()
2794 DF_REF_FLAGS_CLEAR (this_ref, DF_HARD_REG_LIVE); in df_ref_create_structure()
2804 DF_REF_FLAGS_SET (this_ref, DF_HARD_REG_LIVE); in df_ref_create_structure()
2809 DF_REF_FLAGS_SET (this_ref, DF_HARD_REG_LIVE); in df_ref_create_structure()
HDdf.h96 DF_HARD_REG_LIVE = 1 << 3, enumerator