HomeSort by: relevance | last modified time | path
    Searched defs:equal_p (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
int-vector-builder.h 42 bool equal_p (T, T) const;
70 int_vector_builder<T>::equal_p (T elt1, T elt2) const function in class:int_vector_builder
rtx-vector-builder.h 44 bool equal_p (rtx, rtx) const;
92 rtx_vector_builder::equal_p (rtx elt1, rtx elt2) const function in class:rtx_vector_builder
tree-vector-builder.h 43 bool equal_p (const_tree, const_tree) const;
89 tree_vector_builder::equal_p (const_tree elt1, const_tree elt2) const function in class:tree_vector_builder
value-range-storage.cc 213 vrange_storage::equal_p (const vrange &r) const function in class:vrange_storage
218 return s->equal_p (as_a <irange> (r));
223 return s->equal_p (as_a <frange> (r));
388 irange_storage::equal_p (const irange &r) const function in class:irange_storage
540 frange_storage::equal_p (const frange &r) const function in class:frange_storage
ira.cc 3710 bool equal_p = true;
3739 equal_p = false;
3744 if (! equal_p)
3689 bool equal_p = true; local
tree-ssa-phiopt.cc 1240 bool equal_p = operand_equal_for_value_replacement (arg0, arg1, &code, cond); local
1242 if (!equal_p
1250 if (equal_p || maybe_equal_p)
1336 equal_p = true;
1341 equal_p = true;
1346 equal_p = true;
1351 equal_p = true;
1356 equal_p = true;
1361 if (equal_p)
1382 if (equal_p && MAY_HAVE_DEBUG_BIND_STMTS
    [all...]
ipa-prop.cc 92 return a->equal_p (*b);
153 ipa_vr::equal_p (const vrange &r) const function in class:ipa_vr
156 return (types_compatible_p (m_type, r.type ()) && m_storage->equal_p (r));
160 ipa_vr::equal_p (const ipa_vr &o) const function in class:ipa_vr
170 return m_storage->equal_p (r);
6206 || (jf1->m_vr && !jf1->m_vr->equal_p (*jf2->m_vr)))
  /src/external/gpl3/gcc.old/dist/gcc/
int-vector-builder.h 42 bool equal_p (T, T) const;
70 int_vector_builder<T>::equal_p (T elt1, T elt2) const function in class:int_vector_builder
rtx-vector-builder.h 44 bool equal_p (rtx, rtx) const;
92 rtx_vector_builder::equal_p (rtx elt1, rtx elt2) const function in class:rtx_vector_builder
tree-vector-builder.h 43 bool equal_p (const_tree, const_tree) const;
89 tree_vector_builder::equal_p (const_tree elt1, const_tree elt2) const function in class:tree_vector_builder
value-range-equiv.cc 156 value_range_equiv::equal_p (const value_range_equiv &other, function in class:value_range_equiv
159 return (value_range::equal_p (other)
value-range.cc 477 irange::equal_p (const irange &other) const function in class:irange
tree-ssa-phiopt.cc 1351 bool equal_p = operand_equal_for_value_replacement (arg0, arg1, &code, cond); local
1353 if (!equal_p
1361 if (equal_p || maybe_equal_p)
1447 equal_p = true;
1452 equal_p = true;
1457 equal_p = true;
1462 equal_p = true;
1467 equal_p = true;
1472 if (equal_p)
1478 if (equal_p && MAY_HAVE_DEBUG_BIND_STMTS
    [all...]
ira.cc 3698 bool equal_p = true;
3727 equal_p = false;
3732 if (! equal_p)
3677 bool equal_p = true; local
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
pending-diagnostic.h 185 bool equal_p (const pending_diagnostic &other) const function in class:ana::pending_diagnostic
324 been of the same subclass (which pending_diagnostic::equal_p does). */
352 bool equal_p (const pending_note &other) const function in class:ana::pending_note
  /src/external/gpl3/gcc/dist/gcc/analyzer/
pending-diagnostic.h 235 bool equal_p (const pending_diagnostic &other) const function in class:ana::pending_diagnostic
423 been of the same subclass (which pending_diagnostic::equal_p does). */
451 bool equal_p (const pending_note &other) const function in class:ana::pending_note

Completed in 52 milliseconds