Home
last modified time | relevance | path

Searched refs:to_fixup (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-vect-data-refs.cc3117 hash_set<stmt_vec_info> to_fixup; in vect_analyze_data_ref_accesses() local
3266 && !to_fixup.add (DR_GROUP_FIRST_ELEMENT (stmtinfo_a)) in vect_analyze_data_ref_accesses()
3276 hash_set<stmt_vec_info>::iterator it = to_fixup.begin (); in vect_analyze_data_ref_accesses()
3277 if (!(it != to_fixup.end ())) in vect_analyze_data_ref_accesses()
3280 to_fixup.remove (grp); in vect_analyze_data_ref_accesses()
3319 to_fixup.add (newgroup); in vect_analyze_data_ref_accesses()
Dtree-ssa-forwprop.cc3421 auto_vec<gimple *, 4> to_fixup; in execute() local
3779 to_fixup.safe_push (stmt); in execute()
3949 while (!to_fixup.is_empty ()) in execute()
3951 gimple *stmt = to_fixup.pop (); in execute()
Dtree-ssa-sccvn.cc2527 auto_vec<gimple *> to_fixup; member in eliminate_dom_walker
6816 to_fixup.safe_push (stmt); in eliminate_stmt()
7071 while (!to_fixup.is_empty ()) in eliminate_cleanup()
7073 gimple *stmt = to_fixup.pop (); in eliminate_cleanup()