Home
last modified time | relevance | path

Searched refs:visited_starting_edges (Results 1 – 10 of 10) sorted by relevance

/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-threadupdate.c2522 hash_set<edge> visited_starting_edges; in thread_through_all_blocks() local
2576 if (visited_starting_edges.contains (entry) in thread_through_all_blocks()
2598 visited_starting_edges.add (entry); in thread_through_all_blocks()
2616 if (visited_starting_edges.contains (entry)) in thread_through_all_blocks()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-threadupdate.c2522 hash_set<edge> visited_starting_edges; in thread_through_all_blocks() local
2576 if (visited_starting_edges.contains (entry) in thread_through_all_blocks()
2598 visited_starting_edges.add (entry); in thread_through_all_blocks()
2616 if (visited_starting_edges.contains (entry)) in thread_through_all_blocks()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-threadupdate.c2441 hash_set<edge> visited_starting_edges; in thread_through_all_blocks() local
2495 if (visited_starting_edges.contains (entry) in thread_through_all_blocks()
2517 visited_starting_edges.add (entry); in thread_through_all_blocks()
2535 if (visited_starting_edges.contains (entry)) in thread_through_all_blocks()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-threadupdate.c2522 hash_set<edge> visited_starting_edges; in thread_through_all_blocks() local
2576 if (visited_starting_edges.contains (entry) in thread_through_all_blocks()
2598 visited_starting_edges.add (entry); in thread_through_all_blocks()
2616 if (visited_starting_edges.contains (entry)) in thread_through_all_blocks()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-threadupdate.c2522 hash_set<edge> visited_starting_edges; in thread_through_all_blocks() local
2576 if (visited_starting_edges.contains (entry) in thread_through_all_blocks()
2598 visited_starting_edges.add (entry); in thread_through_all_blocks()
2616 if (visited_starting_edges.contains (entry)) in thread_through_all_blocks()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-threadupdate.c2522 hash_set<edge> visited_starting_edges; in thread_through_all_blocks() local
2576 if (visited_starting_edges.contains (entry) in thread_through_all_blocks()
2598 visited_starting_edges.add (entry); in thread_through_all_blocks()
2616 if (visited_starting_edges.contains (entry)) in thread_through_all_blocks()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-threadupdate.c2522 hash_set<edge> visited_starting_edges; in thread_through_all_blocks() local
2576 if (visited_starting_edges.contains (entry) in thread_through_all_blocks()
2598 visited_starting_edges.add (entry); in thread_through_all_blocks()
2616 if (visited_starting_edges.contains (entry)) in thread_through_all_blocks()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-threadupdate.c2441 hash_set<edge> visited_starting_edges; in thread_through_all_blocks() local
2495 if (visited_starting_edges.contains (entry) in thread_through_all_blocks()
2517 visited_starting_edges.add (entry); in thread_through_all_blocks()
2535 if (visited_starting_edges.contains (entry)) in thread_through_all_blocks()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssa-threadupdate.c2441 hash_set<edge> visited_starting_edges; in thread_through_all_blocks() local
2495 if (visited_starting_edges.contains (entry) in thread_through_all_blocks()
2517 visited_starting_edges.add (entry); in thread_through_all_blocks()
2535 if (visited_starting_edges.contains (entry)) in thread_through_all_blocks()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-threadupdate.c2614 hash_set<edge> visited_starting_edges; in update_cfg() local
2629 if (visited_starting_edges.contains (entry) in update_cfg()
2651 visited_starting_edges.add (entry); in update_cfg()