HomeSort by: relevance | last modified time | path
    Searched refs:top_p (Results 1 - 9 of 9) 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;
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...]
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 ()
expr.cc 8741 EXP can reference X, which is being modified. TOP_P is nonzero if this
8749 safe_from_p (const_rtx x, tree exp, int top_p)
8761 || (top_p && TREE_TYPE (exp) != 0 && COMPLETE_TYPE_P (TREE_TYPE (exp))
  /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...]
expr.cc 8028 EXP can reference X, which is being modified. TOP_P is nonzero if this
8036 safe_from_p (const_rtx x, tree exp, int top_p)
8048 || (top_p && TREE_TYPE (exp) != 0 && COMPLETE_TYPE_P (TREE_TYPE (exp))
  /src/external/gpl3/gdb.old/dist/gdb/
gnu-v3-abi.c 306 int *full_p, LONGEST *top_p, int *using_enc_p)
377 NOTE: this is the reverse of the meaning of *TOP_P. */
385 if (top_p)
386 *top_p = - offset_to_top;
  /src/external/gpl3/gdb/dist/gdb/
gnu-v3-abi.c 306 int *full_p, LONGEST *top_p, int *using_enc_p)
377 NOTE: this is the reverse of the meaning of *TOP_P. */
385 if (top_p)
386 *top_p = - offset_to_top;

Completed in 41 milliseconds