Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dtree-ssa-threadedge.c57 potentially_threadable_block (basic_block bb) in potentially_threadable_block() function
H A Dtree-ssa-dom.c593 && potentially_threadable_block (single_succ (bb))) in dom_opt_finalize_block()
611 if (potentially_threadable_block (true_edge->dest)) in dom_opt_finalize_block()
656 if (potentially_threadable_block (false_edge->dest)) in dom_opt_finalize_block()
H A Dtree-flow.h862 extern bool potentially_threadable_block (basic_block);
H A Dtree-vrp.c5289 if (! potentially_threadable_block (bb)) in identify_jump_threads()