Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-affine.c266 expr_to_aff_combination (aff_tree *comb, tree_code code, tree type,
341 return expr_to_aff_combination (comb, icode, otype, op0, op1);
362 return expr_to_aff_combination (comb, MINUS_EXPR, otype,
397 if (expr_to_aff_combination (comb, code, type, TREE_OPERAND (expr, 0), in tree_to_aff_combination()
404 if (expr_to_aff_combination (comb, code, type, TREE_OPERAND (expr, 0))) in tree_to_aff_combination()
411 if (expr_to_aff_combination (comb, code, in tree_to_aff_combination()
766 if (!expr_to_aff_combination (&current, code, TREE_TYPE (name), in aff_combination_expand()
773 if (!expr_to_aff_combination (&current, code, TREE_TYPE (name), in aff_combination_expand()
778 if (!expr_to_aff_combination (&current, code, TREE_TYPE (name), in aff_combination_expand()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-affine.cc267 expr_to_aff_combination (aff_tree *comb, tree_code code, tree type, in expr_to_aff_combination() function
342 return expr_to_aff_combination (comb, icode, otype, op0, op1); in expr_to_aff_combination()
371 return expr_to_aff_combination (comb, icode, otype, op0, in expr_to_aff_combination()
406 if (expr_to_aff_combination (comb, code, type, TREE_OPERAND (expr, 0), in tree_to_aff_combination()
413 if (expr_to_aff_combination (comb, code, type, TREE_OPERAND (expr, 0))) in tree_to_aff_combination()
420 if (expr_to_aff_combination (comb, code, in tree_to_aff_combination()
775 if (!expr_to_aff_combination (&current, code, TREE_TYPE (name), in aff_combination_expand()
782 if (!expr_to_aff_combination (&current, code, TREE_TYPE (name), in aff_combination_expand()
787 if (!expr_to_aff_combination (&current, code, TREE_TYPE (name), in aff_combination_expand()
H A DChangeLog-202124391 * tree-affine.c (expr_to_aff_combination): Same.
H A DChangeLog-202023004 * tree-affine.c (expr_to_aff_combination): Replace SSA_NAME with
H A DChangeLog-201928385 * tree-affine.c (expr_to_aff_combination): New function split