Searched refs:bb_predicate_gimplified_stmts (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-if-conv.c249 bb_predicate_gimplified_stmts (basic_block bb) function
301 gimple_seq stmts = bb_predicate_gimplified_stmts (bb);
1345 gcc_assert (bb_predicate_gimplified_stmts (loop->header) == NULL
1346 && bb_predicate_gimplified_stmts (loop->latch) == NULL);
2060 gcc_assert (bb_predicate_gimplified_stmts (bb) == NULL);
2070 stmts = bb_predicate_gimplified_stmts (bb);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-if-conv.cc256 bb_predicate_gimplified_stmts (basic_block bb) function
308 gimple_seq stmts = bb_predicate_gimplified_stmts (bb);
1357 gcc_assert (bb_predicate_gimplified_stmts (loop->header) == NULL
1358 && bb_predicate_gimplified_stmts (loop->latch) == NULL);
2193 gcc_assert (bb_predicate_gimplified_stmts (bb) == NULL);
2203 stmts = bb_predicate_gimplified_stmts (bb);

Completed in 261 milliseconds