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

  /src/external/gpl3/gcc/dist/gcc/
ipa-cp.h 199 bool top_p () const { return m_lattice_val == IPA_BITS_UNDEFINED; } function in class:ipcp_bits_lattice
236 inline bool top_p () const;
ipa-cp.cc 303 if (top_p ())
790 ipcp_vr_lattice::top_p () const function in class:ipcp_vr_lattice
843 gcc_assert (top_p ());
913 if (top_p ())
936 if (bottom_p () || other.top_p ())
968 if (top_p ())
6313 && !plats->m_value_range.top_p ())
6343 && !plats->m_value_range.top_p ()
tree-eh.cc 372 gtry *top_p; member in struct:leh_tf_state
374 /* While lowering a top_p usually it is expanded into multiple statements,
987 gimple_seq finally = gimple_try_cleanup (tf->top_p);
995 gimple_try_set_cleanup (tf->top_p, gimple_eh_else_n_body (eh_else));
1074 /* We expect that tf->top_p is a GIMPLE_TRY. */
1075 finally = gimple_try_cleanup (tf->top_p);
1076 tf->top_p_seq = gimple_try_eval (tf->top_p);
1140 finally = gimple_try_cleanup (tf->top_p);
1141 tf->top_p_seq = gimple_try_eval (tf->top_p);
1241 finally = gimple_try_cleanup (tf->top_p);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc 372 gtry *top_p; member in struct:leh_tf_state
374 /* While lowering a top_p usually it is expanded into multiple statements,
987 gimple_seq finally = gimple_try_cleanup (tf->top_p);
995 gimple_try_set_cleanup (tf->top_p, gimple_eh_else_n_body (eh_else));
1073 /* We expect that tf->top_p is a GIMPLE_TRY. */
1074 finally = gimple_try_cleanup (tf->top_p);
1075 tf->top_p_seq = gimple_try_eval (tf->top_p);
1139 finally = gimple_try_cleanup (tf->top_p);
1140 tf->top_p_seq = gimple_try_eval (tf->top_p);
1240 finally = gimple_try_cleanup (tf->top_p);
    [all...]
ipa-cp.cc 310 bool top_p () const { return m_lattice_val == IPA_BITS_UNDEFINED; } function in class:ipcp_bits_lattice
346 inline bool top_p () const;
548 if (top_p ())
1028 ipcp_vr_lattice::top_p () const function in class:ipcp_vr_lattice
1078 gcc_assert (top_p ());
1148 if (top_p ())
1171 if (bottom_p () || other.top_p ())
1203 if (top_p ())
6538 && !plats->m_value_range.top_p ())
6557 && !plats->m_value_range.top_p ()
    [all...]

Completed in 21 milliseconds