Searched refs:df_flags (Results 1 – 1 of 1) sorted by relevance
736 uint64_t df_flags = GetDataFlowAttributes(insn); in InlineMethod() local737 merged_df_flags |= df_flags; in InlineMethod()739 if (df_flags & DF_HAS_DEFS) { in InlineMethod()740 def_count_ += (df_flags & DF_A_WIDE) ? 2 : 1; in InlineMethod()743 if (df_flags & DF_LVN) { in InlineMethod()