Searched refs:simple_p (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dfunction.h691 extern void emit_return_into_block (bool simple_p, basic_block bb);
694 extern vec<edge> convert_jumps_to_returns (basic_block last_bb, bool simple_p,
697 bool simple_p);
H A Dgimplify-me.c138 bool simple_p, tree var, bool before,
142 simple_p
137 force_gimple_operand_gsi(gimple_stmt_iterator *gsi, tree expr, bool simple_p, tree var, bool before, enum gsi_iterator_update m) argument
H A Dloop-unroll.c389 if (!desc->simple_p || !desc->const_iter || desc->assumptions)
711 if (!desc->simple_p || desc->assumptions)
1195 if (desc->simple_p && !desc->assumptions)
1282 if (desc->simple_p)
1290 desc->simple_p = false;
H A Dloop-iv.c2334 desc->simple_p = true;
2863 desc->simple_p = false;
2879 desc->simple_p = false;
2928 desc->simple_p = false;
2939 if (!act.simple_p)
2963 if (desc->simple_p)
H A Dcfgloop.h471 bool simple_p; variable
H A Dloop-doloop.c273 if (!desc->simple_p
H A Difcvt.c3059 unsigned int *cost, bool *simple_p)
3091 *simple_p = noce_operand_ok (SET_DEST (first_set));
3093 return *simple_p;
3140 *simple_p = false;
3055 bb_valid_for_noce_process_p(basic_block test_bb, rtx cond, unsigned int *cost, bool *simple_p) argument
H A Domp-expand.c1214 bool simple_p = DECL_P (to) && TREE_ADDRESSABLE (to); local
1215 from = force_gimple_operand_gsi (gsi_p, from, simple_p, NULL_TREE,
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dfunction.h708 extern void emit_return_into_block (bool simple_p, basic_block bb);
711 extern vec<edge> convert_jumps_to_returns (basic_block last_bb, bool simple_p,
714 bool simple_p);
H A Dgimplify-me.cc138 bool simple_p, tree var, bool before,
142 simple_p
137 force_gimple_operand_gsi(gimple_stmt_iterator *gsi, tree expr, bool simple_p, tree var, bool before, enum gsi_iterator_update m) argument
H A Dloop-unroll.cc386 if (!desc->simple_p || !desc->const_iter || desc->assumptions)
698 if (!desc->simple_p || desc->assumptions)
1172 if (desc->simple_p && !desc->assumptions)
1255 if (desc->simple_p)
1263 desc->simple_p = false;
H A Dloop-iv.cc2334 desc->simple_p = true;
2863 desc->simple_p = false;
2879 desc->simple_p = false;
2928 desc->simple_p = false;
2939 if (!act.simple_p)
2963 if (desc->simple_p)
H A Dloop-doloop.cc273 if (!desc->simple_p
H A Dcfgloop.h471 bool simple_p; variable
H A Difcvt.cc3078 unsigned int *cost, bool *simple_p)
3110 *simple_p = noce_operand_ok (SET_DEST (first_set));
3112 return *simple_p;
3159 *simple_p = false;
3074 bb_valid_for_noce_process_p(basic_block test_bb, rtx cond, unsigned int *cost, bool *simple_p) argument
H A Domp-expand.cc1194 bool simple_p = DECL_P (to) && TREE_ADDRESSABLE (to); local
1195 from = force_gimple_operand_gsi (gsi_p, from, simple_p, NULL_TREE,

Completed in 457 milliseconds