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

/haiku-buildtools/gcc/gcc/
H A Dgimplify-me.c160 bool simple_p, tree var, bool before,
164 simple_p
159 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 Dfunction.h922 extern void emit_return_into_block (bool simple_p, basic_block bb);
925 extern vec<edge> convert_jumps_to_returns (basic_block last_bb, bool simple_p,
928 bool simple_p);
H A Dloop-unroll.c417 if (!desc->simple_p || !desc->const_iter || desc->assumptions)
710 if (!desc->simple_p || desc->assumptions)
1157 if (desc->simple_p && !desc->assumptions)
1248 if (desc->simple_p)
1256 desc->simple_p = false;
H A Dloop-iv.c2394 desc->simple_p = true;
2927 desc->simple_p = false;
2943 desc->simple_p = false;
2992 desc->simple_p = false;
3003 if (!act.simple_p)
3027 if (desc->simple_p)
3086 if (desc->simple_p && (desc->assumptions || desc->infinite))
H A Dfunction.c5667 simple_p. */
5670 gen_return_pattern (bool simple_p)
5673 return simple_p ? gen_simple_return () : gen_return ();
5675 gcc_assert (!simple_p);
5685 emit_return_into_block (bool simple_p, basic_block bb)
5688 jump = emit_jump_insn_after (gen_return_pattern (simple_p), BB_END (bb));
5731 convert_jumps_to_returns (basic_block last_bb, bool simple_p,
5769 emit_return_into_block (simple_p, bb);
5780 if (simple_p)
5787 if (simple_p)
5650 gen_return_pattern(bool simple_p) argument
5665 emit_return_into_block(bool simple_p, basic_block bb) argument
5711 convert_jumps_to_returns(basic_block last_bb, bool simple_p, vec<edge> unconverted ATTRIBUTE_UNUSED) argument
5811 emit_return_for_exit(edge exit_fallthru_edge, bool simple_p) argument
[all...]
H A Dloop-doloop.c297 if (!desc->simple_p
H A Dcfgloop.h380 bool simple_p; variable
H A Domp-low.c5350 bool simple_p = DECL_P (to) && TREE_ADDRESSABLE (to);
5351 from = force_gimple_operand_gsi (gsi_p, from, simple_p, NULL_TREE,
5349 bool simple_p = DECL_P (to) && TREE_ADDRESSABLE (to); local

Completed in 265 milliseconds