Searched refs:compare_operand (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dipa-icf-gimple.c354 return compare_operand (t1, t2);
391 ret = compare_operand (offset1, offset2)
392 && compare_operand (bit_offset1, bit_offset2);
420 func_checker::compare_operand (tree t1, tree t2) function in class:func_checker
450 if (!compare_operand (CONSTRUCTOR_ELT (t1, i)->value,
464 if (!compare_operand (array_ref_low_bound (t1),
467 if (!compare_operand (array_ref_element_size (t1),
471 if (!compare_operand (x1, x2))
473 return compare_operand (y1, y2);
492 if (!compare_operand (x
[all...]
H A Dipa-icf-gimple.h216 bool compare_operand (tree t1, tree t2);
H A Dipa-icf.c775 bool ret = m_checker->compare_operand (TREE_VALUE (attr_value1),
1577 if (!m_checker->compare_operand (phi_result1, phi_result2))
1591 if (!m_checker->compare_operand (t1, t2))
/haiku-buildtools/legacy/gcc/gcc/config/i860/
H A Di860.c404 compare_operand (op, mode)
402 compare_operand (op, mode) function

Completed in 69 milliseconds