Home
last modified time | relevance | path

Searched refs:bb_predicate (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-if-conv.c130 bb_predicate (basic_block bb) in bb_predicate() function
265 return !is_true_predicate (bb_predicate (bb)); in is_predicated()
343 bc = bb_predicate (bb); in add_to_predicate_list()
486 tree ca = bb_predicate (gimple_bb (stmt)); in memrefs_read_or_written_unconditionally()
558 tree ca = bb_predicate (gimple_bb (stmt)); in write_memrefs_written_at_least_once()
578 tree cb = bb_predicate (gimple_bb (DR_STMT (b))); in write_memrefs_written_at_least_once()
954 cond = bb_predicate (bb); in predicate_bbs()
1197 tmp_cond = bb_predicate (first_edge->src); in find_phi_replacement_condition()
1212 *cond = bb_predicate (second_edge->src); in find_phi_replacement_condition()
1221 *cond = bb_predicate (first_edge->src); in find_phi_replacement_condition()
[all …]
H A Dipa-inline-analysis.c1877 struct predicate bb_predicate; in estimate_function_body_sizes() local
1898 bb_predicate = true_predicate (); in estimate_function_body_sizes()
1899 account_size_time (info, 0, 0, &bb_predicate); in estimate_function_body_sizes()
1901 bb_predicate = not_inlined_predicate (); in estimate_function_body_sizes()
1902 account_size_time (info, 2 * INLINE_SIZE_SCALE, 0, &bb_predicate); in estimate_function_body_sizes()
1915 bb_predicate = *(struct predicate *)bb->aux; in estimate_function_body_sizes()
1917 bb_predicate = false_predicate (); in estimate_function_body_sizes()
1920 bb_predicate = true_predicate (); in estimate_function_body_sizes()
1925 dump_predicate (dump_file, info->conds, &bb_predicate); in estimate_function_body_sizes()
1982 edge_set_predicate (edge, &bb_predicate); in estimate_function_body_sizes()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-if-conv.c198 struct bb_predicate { struct
220 bb_predicate (basic_block bb) in bb_predicate() argument
282 bb->aux = XNEW (struct bb_predicate); in init_bb_predicate()
518 bc = bb_predicate (dom_bb); in add_to_predicate_list()
533 bc = bb_predicate (bb); in add_to_predicate_list()
1280 cond = bb_predicate (bb); in predicate_bbs()
1744 c = bb_predicate (e->src); in gen_phi_arg_condition()
1837 cond = bb_predicate (second_edge->src); in predicate_scalar_phi()
1844 cond = bb_predicate (first_edge->src); in predicate_scalar_phi()
1935 cond = bb_predicate (e->src); in predicate_scalar_phi()
[all …]
H A Dipa-fnsummary.c2013 predicate bb_predicate; in analyze_function_body() local
2063 bb_predicate = true; in analyze_function_body()
2064 info->account_size_time (0, 0, bb_predicate, bb_predicate); in analyze_function_body()
2066 bb_predicate = predicate::not_inlined (); in analyze_function_body()
2068 bb_predicate); in analyze_function_body()
2091 bb_predicate = *(predicate *) bb->aux; in analyze_function_body()
2093 bb_predicate = false; in analyze_function_body()
2096 bb_predicate = true; in analyze_function_body()
2101 bb_predicate.dump (dump_file, info->conds); in analyze_function_body()
2212 edge_set_predicate (edge, &bb_predicate); in analyze_function_body()
[all …]