Searched refs:potentially_threadable_block (Results 1 – 7 of 7) sorted by relevance
31 extern bool potentially_threadable_block (basic_block);
87 potentially_threadable_block (basic_block bb) in potentially_threadable_block() function1438 && 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()
115 potentially_threadable_block (basic_block bb) in potentially_threadable_block() function1186 && 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()
2830 * tree-ssa_threadedge.c (potentially_threadable_block,
14666 (potentially_threadable_block): Same.14849 (potentially_threadable_block): Call forwarder_block_p.
39824 * tree-ssa-threadedge.c (potentially_threadable_block): Allow39984 * tree-ssa-threadedge.c (potentially_threadable_block): Allow
19619 * tree-flow.h (potentially_threadable_block): Prototype.