Home
last modified time | relevance | path

Searched refs:gimple_call_chain (Results 1 – 25 of 33) sorted by relevance

12

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgimple-walk.c826 && gimple_call_chain (call_stmt) in walk_stmt_load_store_addr_ops()
827 && TREE_CODE (gimple_call_chain (call_stmt)) == ADDR_EXPR) in walk_stmt_load_store_addr_ops()
828 ret |= visit_addr (stmt, TREE_OPERAND (gimple_call_chain (call_stmt), 0), in walk_stmt_load_store_addr_ops()
829 gimple_call_chain (call_stmt), data); in walk_stmt_load_store_addr_ops()
H A Dtree-ssa-tail-merge.c493 if (gimple_call_chain (stmt)) in same_succ_hash()
494 inchash::add_expr (gimple_call_chain (stmt), hstate); in same_succ_hash()
1142 t1 = gimple_call_chain (s1); in gimple_equal_p()
1143 t2 = gimple_call_chain (s2); in gimple_equal_p()
H A Dipa-icf-gimple.c772 tree chain1 = gimple_call_chain (s1); in compare_gimple_call()
773 tree chain2 = gimple_call_chain (s2); in compare_gimple_call()
H A Dtree-ssa-structalias.c4002 if (gimple_call_chain (stmt)) in handle_rhs_call()
4003 make_escape_constraint (gimple_call_chain (stmt)); in handle_rhs_call()
4103 if (gimple_call_chain (stmt)) in handle_const_call()
4106 make_constraint_to (uses->id, gimple_call_chain (stmt)); in handle_const_call()
4187 if (gimple_call_chain (stmt)) in handle_pure_call()
4195 make_constraint_to (uses->id, gimple_call_chain (stmt)); in handle_pure_call()
4810 if (gimple_call_chain (t)) in find_func_aliases_for_call()
4815 get_constraint_for (gimple_call_chain (t), &rhsc); in find_func_aliases_for_call()
H A Dgimple-pretty-print.c911 if (gimple_call_chain (gs)) in dump_gimple_call()
914 dump_generic_node (buffer, gimple_call_chain (gs), spc, flags, false); in dump_gimple_call()
2924 CALL_EXPR_STATIC_CHAIN (exp) = gimple_call_chain (stmt); in percent_G_format()
H A Dipa-param-manipulation.c452 gimple_call_set_chain (new_stmt, gimple_call_chain (stmt)); in ipa_modify_call_arguments()
H A Dgimple.h3129 gimple_call_chain (const gcall *gs)
3135 gimple_call_chain (const gimple *gs)
3138 return gimple_call_chain (gc);
H A Dtree-eh.c3106 || gimple_call_chain (ones) in same_handler_p()
3107 || gimple_call_chain (twos) in same_handler_p()
H A Dtree-cfg.c3660 if (gimple_call_chain (stmt) in verify_gimple_call()
3661 && !is_gimple_val (gimple_call_chain (stmt))) in verify_gimple_call()
3664 debug_generic_stmt (gimple_call_chain (stmt)); in verify_gimple_call()
3670 if (gimple_call_chain (stmt) in verify_gimple_call()
H A Dtree-ssa-alias.c1569 if (!gimple_call_chain (call) in ref_maybe_used_by_call_p_1()
H A Dgimple.c2236 gimple_call_set_chain (new_stmt, gimple_call_chain (stmt)); in gimple_call_copy_skip_args()
H A Dgimple-fold.c4133 if (gimple_call_chain (stmt)) in gimple_fold_call()
4143 tree tmp = maybe_fold_reference (gimple_call_chain (stmt), false); in gimple_fold_call()
H A Dcgraph.c1549 if (gimple_call_chain (new_stmt) && !DECL_STATIC_CHAIN (e->callee->decl)) in redirect_call_stmt_to_callee()
H A Dtree-nested.c2615 if (gimple_call_chain (stmt)) in convert_gimple_call()
H A Dtree-vect-slp.c705 || gimple_call_chain (call_stmt)) in vect_build_slp_tree_1()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-ssa-structalias.c3808 if (gimple_call_chain (stmt)) in handle_rhs_call()
3809 make_escape_constraint (gimple_call_chain (stmt)); in handle_rhs_call()
3912 if (gimple_call_chain (stmt)) in handle_const_call()
3916 make_constraint_to (uses->id, gimple_call_chain (stmt)); in handle_const_call()
3966 if (gimple_call_chain (stmt)) in handle_pure_call()
3973 make_constraint_to (uses->id, gimple_call_chain (stmt)); in handle_pure_call()
4448 if (gimple_call_chain (t)) in find_func_aliases_for_call()
4453 get_constraint_for (gimple_call_chain (t), &rhsc); in find_func_aliases_for_call()
H A Dgimple-pretty-print.c685 if (gimple_call_chain (gs)) in dump_gimple_call()
688 dump_generic_node (buffer, gimple_call_chain (gs), spc, flags, false); in dump_gimple_call()
H A Dgimple.c3169 gimple_call_set_chain (new_stmt, gimple_call_chain (stmt)); in gimple_call_copy_skip_args()
5300 && gimple_call_chain (stmt) in walk_stmt_load_store_addr_ops()
5301 && TREE_CODE (gimple_call_chain (stmt)) == ADDR_EXPR) in walk_stmt_load_store_addr_ops()
5302 ret |= visit_addr (stmt, TREE_OPERAND (gimple_call_chain (stmt), 0), in walk_stmt_load_store_addr_ops()
H A Dtree-cfg.c3214 if (gimple_call_chain (stmt) in verify_gimple_call()
3215 && !is_gimple_val (gimple_call_chain (stmt))) in verify_gimple_call()
3218 debug_generic_stmt (gimple_call_chain (stmt)); in verify_gimple_call()
3224 if (gimple_call_chain (stmt)) in verify_gimple_call()
H A Dtree-ssa-alias.c1141 if (!gimple_call_chain (call) in ref_maybe_used_by_call_p_1()
H A Dtree-eh.c2844 || gimple_call_chain (ones) in same_handler_p()
2845 || gimple_call_chain (twos) in same_handler_p()
H A Dtree-nested.c2019 if (gimple_call_chain (stmt)) in convert_gimple_call()
H A Dtree-vect-slp.c576 || gimple_call_chain (stmt)) in vect_build_slp_tree()
H A Dipa-prop.c2592 gimple_call_set_chain (new_stmt, gimple_call_chain (stmt)); in ipa_modify_call_arguments()
H A Dgimple.h2280 gimple_call_chain (const_gimple gs) in gimple_call_chain() function

12