Home
last modified time | relevance | path

Searched refs:potentially_threadable_block (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-threadedge.h31 extern bool potentially_threadable_block (basic_block);
H A Dtree-ssa-threadedge.c87 potentially_threadable_block (basic_block bb) in potentially_threadable_block() function
1438 && potentially_threadable_block (single_succ (bb))) in thread_outgoing_edges()
1456 if (potentially_threadable_block (true_edge->dest)) in thread_outgoing_edges()
1462 if (potentially_threadable_block (false_edge->dest)) in thread_outgoing_edges()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-threadedge.cc115 potentially_threadable_block (basic_block bb) in potentially_threadable_block() function
1186 && potentially_threadable_block (single_succ (bb))); in single_succ_to_potentially_threadable_block()
1219 if (potentially_threadable_block (true_edge->dest)) in thread_outgoing_edges()
1223 if (potentially_threadable_block (false_edge->dest)) in thread_outgoing_edges()
H A DChangeLog.tuples2830 * tree-ssa_threadedge.c (potentially_threadable_block,
H A DChangeLog-202114666 (potentially_threadable_block): Same.
14849 (potentially_threadable_block): Call forwarder_block_p.
H A DChangeLog-201539824 * tree-ssa-threadedge.c (potentially_threadable_block): Allow
39984 * tree-ssa-threadedge.c (potentially_threadable_block): Allow
H A DChangeLog-200619619 * tree-flow.h (potentially_threadable_block): Prototype.