/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-uninit.c | 644 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() 953 dump_predicates (gimple *usestmt, pred_chain_union preds, const char *msg) in dump_predicates() 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() 1546 is_included_in (pred_chain one_pred, pred_chain_union preds) in is_included_in() 1689 simplify_preds_2 (pred_chain_union *preds) in simplify_preds_2() 1768 simplify_preds_3 (pred_chain_union *preds) in simplify_preds_3() [all …]
|
H A D | predict.c | 478 edge_prediction **preds = bb_predictions->get (bb); in gimple_predicted_by_p() local 497 edge_prediction **preds = bb_predictions->get (bb); in edge_predicted_by_p() local 588 edge_prediction *&preds = bb_predictions->get_or_insert (e->src); in gimple_predict_edge() local 602 filter_predictions (edge_prediction **preds, in filter_predictions() argument 644 edge_prediction **preds = bb_predictions->get (e->src); in remove_predictions_associated_with_edge() local 653 edge_prediction **preds = bb_predictions->get (bb); in clear_bb_predictions() local 1107 edge_prediction **preds = bb_predictions->get (bb); in prune_predictions_for_bb() local 1218 edge_prediction **preds = bb_predictions->get (bb); in combine_predictions_for_bb() local 1271 edge_prediction **preds = bb_predictions->get (bb); in combine_predictions_for_bb() local 1602 edge_prediction **preds = bb_predictions->get (bb); in predicted_by_loop_heuristics_p() local
|
H A D | tree-if-conv.c | 2735 version_loop_for_if_conversion (class loop *loop, vec<gimple *> *preds) in version_loop_for_if_conversion() 3015 tree_if_conversion (class loop *loop, vec<gimple *> *preds) in tree_if_conversion() 3184 auto_vec<gimple *> preds; in execute() local
|
H A D | ddg.c | 922 find_predecessors (sbitmap preds, ddg_ptr g, sbitmap ops) in find_predecessors()
|
H A D | basic-block.h | 119 vec<edge, va_gc> *preds; member
|
H A D | sel-sched-ir.c | 4089 insn_t *preds; in get_seqno_for_a_jump() local 4129 insn_t *preds; in get_seqno_by_preds() local 4799 cfg_preds_1 (basic_block bb, insn_t **preds, int *n, int *size) in cfg_preds_1() 4838 cfg_preds (basic_block bb, insn_t **preds, int *n) in cfg_preds()
|
H A D | tree-ssa-tail-merge.c | 255 bitmap preds; member
|
H A D | genmatch.c | 2909 auto_vec<dt_operand *> preds; in gen_kids() local 2982 vec<dt_operand *> preds, in gen_kids_1()
|
H A D | tree-ssa-structalias.c | 559 bitmap *preds; member
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | predict.cc | 515 edge_prediction **preds = bb_predictions->get (bb); in gimple_predicted_by_p() local 534 edge_prediction **preds = bb_predictions->get (bb); in edge_predicted_by_p() local 625 edge_prediction *&preds = bb_predictions->get_or_insert (e->src); in gimple_predict_edge() local 640 filter_predictions (edge_prediction **preds, in filter_predictions() argument 682 edge_prediction **preds = bb_predictions->get (e->src); in remove_predictions_associated_with_edge() local 691 edge_prediction **preds = bb_predictions->get (bb); in clear_bb_predictions() local 1145 edge_prediction **preds = bb_predictions->get (bb); in prune_predictions_for_bb() local 1256 edge_prediction **preds = bb_predictions->get (bb); in combine_predictions_for_bb() local 1309 edge_prediction **preds = bb_predictions->get (bb); in combine_predictions_for_bb() local 1640 edge_prediction **preds = bb_predictions->get (bb); in predicted_by_loop_heuristics_p() local [all …]
|
H A D | gimple-predicate-analysis.cc | 208 dump_predicates (gimple *stmt, const pred_chain_union &preds, const char *msg) in dump_predicates() 286 const pred_chain_union &preds) in find_matching_predicate_in_rest_chains() 326 find_var_cmp_const (pred_chain_union preds, gphi *phi, gimple **flag_def, in find_var_cmp_const() 655 build_pred_expr (const pred_chain_union &preds, bool invert = false) in build_pred_expr() 1190 can_be_invalidated_p (const pred_chain_union &preds, const pred_chain &guard) in can_be_invalidated_p()
|
H A D | tree-if-conv.cc | 2912 version_loop_for_if_conversion (class loop *loop, vec<gimple *> *preds) in version_loop_for_if_conversion() 3285 tree_if_conversion (class loop *loop, vec<gimple *> *preds) in tree_if_conversion() 3466 auto_vec<gimple *> preds; in execute() local
|
H A D | ddg.cc | 922 find_predecessors (sbitmap preds, ddg_ptr g, sbitmap ops) in find_predecessors()
|
H A D | basic-block.h | 119 vec<edge, va_gc> *preds; member
|
H A D | sel-sched-ir.cc | 4090 insn_t *preds; in get_seqno_for_a_jump() local 4130 insn_t *preds; in get_seqno_by_preds() local 4800 cfg_preds_1 (basic_block bb, insn_t **preds, int *n, int *size) in cfg_preds_1() 4839 cfg_preds (basic_block bb, insn_t **preds, int *n) in cfg_preds()
|
H A D | tree-ssa-tail-merge.cc | 255 bitmap preds; member
|
H A D | genmatch.cc | 2922 auto_vec<dt_operand *> preds; in gen_kids() local 2995 const vec<dt_operand *> &preds, in gen_kids_1()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | UnreachableBlockElim.cpp | 160 SmallPtrSet<MachineBasicBlock*, 8> preds(BB->pred_begin(), in runOnMachineFunction() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExplodedGraph.h | 241 pred_range preds() { return {Preds.begin(), Preds.end()}; } in preds() function 249 const_pred_range preds() const { return {Preds.begin(), Preds.end()}; } in preds() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64-sve-builtins.h | 262 const predication_index *preds; member
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64-sve-builtins.h | 262 const predication_index *preds; member
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
H A D | CFG.h | 947 pred_range preds() { in preds() function 951 pred_const_range preds() const { in preds() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | ob.d | 107 ObNodes preds; /// predecessors variable
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | engine.cc | 1377 auto_vec<exploded_node *> preds (m_preds.length ()); in dump_succs_and_preds() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | engine.cc | 1782 auto_vec<exploded_node *> preds (m_preds.length ()); in dump_succs_and_preds() local
|