Home
last modified time | relevance | path

Searched defs:preds (Results 1 – 14 of 14) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-uninit.c644 pred_chain_union *preds) in convert_control_dep_chain_into_preds()
777 find_predicates (pred_chain_union *preds, in find_predicates()
870 find_def_preds (pred_chain_union *preds, gphi *phi) in find_def_preds()
975 destroy_predicate_vecs (pred_chain_union *preds) in destroy_predicate_vecs()
1073 pred_chain_union preds, in find_matching_predicate_in_rest_chains()
1326 use_pred_not_overlap_with_undef_path_pred (pred_chain_union preds, in use_pred_not_overlap_with_undef_path_pred()
1543 is_included_in (pred_chain one_pred, pred_chain_union preds) in is_included_in()
1696 simplify_preds_2 (pred_chain_union *preds) in simplify_preds_2()
1775 simplify_preds_3 (pred_chain_union *preds) in simplify_preds_3()
1832 simplify_preds_4 (pred_chain_union *preds) in simplify_preds_4()
[all …]
H A Dpredict.c481 edge_prediction **preds = bb_predictions->get (bb); in gimple_predicted_by_p() local
500 edge_prediction **preds = bb_predictions->get (bb); in edge_predicted_by_p() local
591 edge_prediction *&preds = bb_predictions->get_or_insert (e->src); in gimple_predict_edge() local
605 filter_predictions (edge_prediction **preds, in filter_predictions() argument
647 edge_prediction **preds = bb_predictions->get (e->src); in remove_predictions_associated_with_edge() local
656 edge_prediction **preds = bb_predictions->get (bb); in clear_bb_predictions() local
1071 edge_prediction **preds = bb_predictions->get (bb); in prune_predictions_for_bb() local
1181 edge_prediction **preds = bb_predictions->get (bb); in combine_predictions_for_bb() local
1216 edge_prediction **preds = bb_predictions->get (bb); in combine_predictions_for_bb() local
1547 edge_prediction **preds = bb_predictions->get (bb); in predicted_by_loop_heuristics_p() local
H A Dsel-sched-ir.c4097 insn_t *preds; in get_seqno_for_a_jump() local
4137 insn_t *preds; in get_seqno_by_preds() local
4807 cfg_preds_1 (basic_block bb, insn_t **preds, int *n, int *size) in cfg_preds_1()
4846 cfg_preds (basic_block bb, insn_t **preds, int *n) in cfg_preds()
H A Dddg.c962 find_predecessors (sbitmap preds, ddg_ptr g, sbitmap ops) in find_predecessors()
H A Dbasic-block.h118 vec<edge, va_gc> *preds; member
H A Dtree-ssa-tail-merge.c256 bitmap preds; member
H A Dgenmatch.c2820 auto_vec<dt_operand *> preds; in gen_kids() local
2893 vec<dt_operand *> preds, in gen_kids_1()
H A Dtree-ssa-structalias.c552 bitmap *preds; member
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-uninit.c342 convert_control_dep_chain_into_preds (VEC(edge, heap) **dep_chains, in convert_control_dep_chain_into_preds()
429 find_predicates (VEC(use_pred_info_t, heap) ***preds, in find_predicates()
531 find_def_preds (VEC(use_pred_info_t, heap) ***preds, in find_def_preds()
601 dump_predicates (gimple usestmt, size_t num_preds, in dump_predicates()
636 destroy_predicate_vecs (size_t n, in destroy_predicate_vecs()
741 find_matching_predicate_in_rest_chains (use_pred_info_t pred, in find_matching_predicate_in_rest_chains()
995 use_pred_not_overlap_with_undef_path_pred ( in use_pred_not_overlap_with_undef_path_pred()
1559 is_included_in (VEC(use_pred_info_t, heap) *one_pred, in is_included_in()
1642 normalize_preds (VEC(use_pred_info_t, heap) **preds, size_t *n) in normalize_preds()
H A Dpredict.c424 void **preds = pointer_map_contains (bb_predictions, bb); in gimple_predicted_by_p() local
530 void **preds = pointer_map_insert (bb_predictions, e->src); in gimple_predict_edge() local
545 void **preds; in remove_predictions_associated_with_edge() local
576 void **preds = pointer_map_contains (bb_predictions, bb); in clear_bb_predictions() local
817 void **preds; in combine_predictions_for_bb() local
H A Dsel-sched-ir.c4048 insn_t *preds; in get_seqno_for_a_jump() local
4080 insn_t *preds; in get_seqno_by_preds() local
4785 cfg_preds_1 (basic_block bb, insn_t **preds, int *n, int *size) in cfg_preds_1()
4824 cfg_preds (basic_block bb, insn_t **preds, int *n) in cfg_preds()
H A Dddg.c987 find_predecessors (sbitmap preds, ddg_ptr g, sbitmap ops) in find_predecessors()
H A Dtree-ssa-tail-merge.c237 bitmap preds; member
H A Dtree-ssa-structalias.c517 bitmap *preds; local