Searched defs:visited_phis (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-isolate-paths.c794 hash_set<gphi *> visited_phis; local
H A Dtree-ssa-uninit.c817 collect_phi_def_edges(gphi *phi, basic_block cd_root, auto_vec<edge> *edges, hash_set<gimple *> *visited_phis) argument
1152 prune_uninit_phi_opnds(gphi *phi, unsigned uninit_opnds, gphi *flag_def, tree boundary_cst, enum tree_code cmp_code, hash_set<gphi *> *visited_phis, bitmap *visited_flag_phis) argument
1326 use_pred_not_overlap_with_undef_path_pred(pred_chain_union preds, gphi *phi, unsigned uninit_opnds, hash_set<gphi *> *visited_phis) argument
2424 is_use_properly_guarded(gimple *use_stmt, basic_block use_bb, gphi *phi, unsigned uninit_opnds, pred_chain_union *def_preds, hash_set<gphi *> *visited_phis) argument
2530 hash_set<gphi *> visited_phis; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-isolate-paths.cc799 hash_set<gphi *> visited_phis; local
H A Dgimple-predicate-analysis.cc1770 hash_set<gimple *> visited_phis; local
480 prune_phi_opnds(gphi *phi, unsigned opnds, gphi *flag_def, tree boundary_cst, tree_code cmp_code, predicate::func_t &eval, hash_set<gphi *> *visited_phis, bitmap *visited_flag_phis) argument

Completed in 200 milliseconds