Searched refs:DF_HAS_NULL_CHKS (Results 1 – 2 of 2) sorted by relevance
129 #define DF_HAS_NULL_CHKS (DF_NULL_CHK_A | \ macro135 #define DF_HAS_NR_CHKS (DF_HAS_NULL_CHKS | \
739 if (df_attributes & DF_HAS_NULL_CHKS) { in CountChecks()920 (merged_df_flags_ & DF_HAS_NULL_CHKS) == 0) { in EliminateNullChecksGate()1014 if (df_attributes & DF_HAS_NULL_CHKS) { in EliminateNullChecks()1826 if (((df_attributes & DF_HAS_NULL_CHKS) != 0) && ((opt_flags & MIR_IGNORE_NULL_CHECK) == 0)) { in CanThrow()