Searched refs:DF_REF_TYPE (Results 1 – 3 of 3) sorted by relevance
417 #define DF_REF_TYPE(REF) ((REF)->type) macro428 #define DF_REF_REG_DEF_P(REF) (DF_REF_TYPE (REF) == DF_REF_REG_DEF)430 #define DF_REF_REG_MEM_STORE_P(REF) (DF_REF_TYPE (REF) == DF_REF_REG_MEM_STORE)431 #define DF_REF_REG_MEM_LOAD_P(REF) (DF_REF_TYPE (REF) == DF_REF_REG_MEM_LOAD)
670 if (DF_REF_TYPE (ref) == DF_REF_REG_DEF) in df_reg_chain_unlink()948 DF_REF_TYPE (this_ref) = ref_type; in df_ref_create_structure()
16011 DF_REF_INSN, DF_REF_INSN_UID, DF_REF_TYPE, DF_REF_CHAIN,