Searched refs:allow_back (Results 1 – 3 of 3) sorted by relevance
4474 dominated_by_p_w_unex (basic_block bb1, basic_block bb2, bool allow_back) in dominated_by_p_w_unex() argument4492 || (!allow_back && (e->flags & EDGE_DFS_BACK))) in dominated_by_p_w_unex()4515 || (!allow_back && (e->flags & EDGE_DFS_BACK))) in dominated_by_p_w_unex()4534 || (!allow_back && (e->flags & EDGE_DFS_BACK)))) in dominated_by_p_w_unex()
4666 dominated_by_p_w_unex (basic_block bb1, basic_block bb2, bool allow_back) in dominated_by_p_w_unex() argument4684 || (!allow_back && (e->flags & EDGE_DFS_BACK))) in dominated_by_p_w_unex()4709 || (!allow_back && (e->flags & EDGE_DFS_BACK))) in dominated_by_p_w_unex()4728 || (!allow_back && (e->flags & EDGE_DFS_BACK)))) in dominated_by_p_w_unex()
26631 allow_back for all edge queries.