Searched refs:r_b (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2cfi.c767 dw_cfi_ref r_a = NULL, r_b = NULL;
772 r_b = (*b->reg_save)[i];
774 if (!cfi_equal_p (r_a, r_b))
764 dw_cfi_ref r_a = NULL, r_b = NULL; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddwarf2cfi.cc849 dw_cfi_ref r_a = NULL, r_b = NULL;
854 r_b = (*b->reg_save)[i];
856 if (!cfi_equal_p (r_a, r_b))
846 dw_cfi_ref r_a = NULL, r_b = NULL; local
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dconstraint-manager.cc860 const bounded_range &r_b = b->m_ranges[b_idx]; local
863 if (r_a.intersects_p (r_b, &intersection))
867 if (tree_int_cst_lt (r_a.m_lower, r_b.m_lower))
873 if (tree_int_cst_lt (r_a.m_upper, r_b.m_upper))

Completed in 126 milliseconds