Home
last modified time | relevance | path

Searched refs:may_propagate_copy_into_asm (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDtree-ssa-copy.c170 may_propagate_copy_into_asm (tree dest) in may_propagate_copy_into_asm() function
HDtree-flow.h748 extern bool may_propagate_copy_into_asm (tree);
HDtree-ssa-propagate.c837 && !may_propagate_copy_into_asm (tuse)) in replace_uses_in()
HDtree-ssa-dom.c1662 && !may_propagate_copy_into_asm (op)) in cprop_operand()
2168 && ! may_propagate_copy_into_asm (lhs)) in propagate_rhs_into_lhs()
HDChangeLog-200410371 (may_propagate_copy_into_asm): Protect DECL_HARD_REGISTER.
10483 * tree-ssa-copy.c (may_propagate_copy_into_asm): New.
10484 * tree-flow.h (may_propagate_copy_into_asm): Declare.