Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dtree-ssa-dce.c123 static inline void mark_operand_necessary (tree, bool);
248 mark_operand_necessary (tree op, bool phionly) in mark_operand_necessary() function
518 mark_operand_necessary (arg, false); in propagate_necessity()
549 mark_operand_necessary (use, false); in propagate_necessity()
585 mark_operand_necessary (PHI_ARG_DEF (phi, i), true); in mark_really_necessary_kill_operand_phis()
601 mark_operand_necessary (use, true); in mark_really_necessary_kill_operand_phis()
614 mark_operand_necessary (PHI_ARG_DEF (use, i), true); in mark_really_necessary_kill_operand_phis()
Dtree-ssa-pre.c3638 mark_operand_necessary (tree op) in mark_operand_necessary() function
3693 arg = mark_operand_necessary (arg); in remove_dead_inserted_code()
3714 tree n = mark_operand_necessary (use); in remove_dead_inserted_code()
DChangeLog-200589 (mark_operand_necessary): Return NULL for non-SSA names.
23003 insert_into_preds_of_block, eliminate, mark_operand_necessary,
29227 (mark_operand_necessary): Remove local variable ver.
33054 (mark_operand_necessary): New function.
DChangeLog-20047345 * tree-ssa-dce.c (mark_operand_necessary): Add phionly argument.
14040 find_control_dependence, find_pdom, mark_operand_necessary,