Home
last modified time | relevance | path

Searched refs:top_p (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-eh.cc371 gtry *top_p; member
986 gimple_seq finally = gimple_try_cleanup (tf->top_p); in honor_protect_cleanup_actions()
994 gimple_try_set_cleanup (tf->top_p, gimple_eh_else_n_body (eh_else)); in honor_protect_cleanup_actions()
1073 finally = gimple_try_cleanup (tf->top_p); in lower_try_finally_nofallthru()
1074 tf->top_p_seq = gimple_try_eval (tf->top_p); in lower_try_finally_nofallthru()
1138 finally = gimple_try_cleanup (tf->top_p); in lower_try_finally_onedest()
1139 tf->top_p_seq = gimple_try_eval (tf->top_p); in lower_try_finally_onedest()
1239 finally = gimple_try_cleanup (tf->top_p); in lower_try_finally_copy()
1247 tf->top_p_seq = gimple_try_eval (tf->top_p); in lower_try_finally_copy()
1379 finally = gimple_try_cleanup (tf->top_p); in lower_try_finally_switch()
[all …]
Dipa-cp.cc310 bool top_p () const { return m_lattice_val == IPA_BITS_UNDEFINED; } in top_p() function in ipcp_bits_lattice
346 inline bool top_p () const;
548 if (top_p ()) in print()
1028 ipcp_vr_lattice::top_p () const in top_p() function in ipcp_vr_lattice
1078 gcc_assert (top_p ()); in set_to_constant()
1148 if (top_p ()) in meet_with()
1171 if (bottom_p () || other.top_p ()) in meet_with()
1203 if (top_p ()) in meet_with()
6538 && !plats->m_value_range.top_p ()) in ipcp_store_vr_results()
6557 && !plats->m_value_range.top_p () in ipcp_store_vr_results()
Dexpr.cc8019 safe_from_p (const_rtx x, tree exp, int top_p) in safe_from_p() argument
8031 || (top_p && TREE_TYPE (exp) != 0 && COMPLETE_TYPE_P (TREE_TYPE (exp)) in safe_from_p()
DChangeLog.gimple-classes3218 (struct leh_tf_state::top_p): Likewise.
DChangeLog-20126408 * lra-constraints.c (extract_loc_address_regs): Pass top_p for
DChangeLog-201613245 (ipcp_vr_lattice::top_p): Likewise.
DChangeLog-20188004 (ipcp_vr_lattice::top_p): Same.
DChangeLog-201513847 (ipcp_alignment_lattice::top_p): New function.
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dgnu-v3-abi.c305 int *full_p, LONGEST *top_p, int *using_enc_p) in gnuv3_rtti_type() argument
384 if (top_p) in gnuv3_rtti_type()
385 *top_p = - offset_to_top; in gnuv3_rtti_type()