Searched refs:split_tree (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | genrecog.c | 2659 struct decision_head recog_tree, split_tree, peephole2_tree, h; local 2664 memset (&split_tree, 0, sizeof split_tree); 2694 merge_trees (&split_tree, &h); 2711 process_tree (&split_tree, SPLIT);
|
| H A D | fold-const.c | 65 static tree split_tree PARAMS ((tree, enum tree_code, tree *, tree *, 902 split_tree (in, code, conp, litp, minus_litp, negate_p) in split_tree() function 5365 var0 = split_tree (arg0, code, &con0, &lit0, &minus_lit0, 0); 5366 var1 = split_tree (arg1, code, &con1, &lit1, &minus_lit1,
|
| H A D | ChangeLog.2 | 1827 * fold-const.c (split_tree): Delete unused vars ORIG_IN and TYPE. 1942 (split_tree): Completely rework to make more general. 1945 (fold, associate): Call new split_tree and associate_trees.
|
| H A D | ChangeLog.5 | 10721 * fold-const.c (split_tree): Don't assume a constant isn't splittable.
|
| H A D | ChangeLog.7 | 10320 * fold-const.c (split_tree): Add MINUS_LITP parameter; separate
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | genrecog.c | 2739 struct decision_head recog_tree, split_tree, peephole2_tree, h; in main() local 2744 memset (&split_tree, 0, sizeof split_tree); in main() 2776 merge_trees (&split_tree, &h); in main() 2794 process_tree (&split_tree, SPLIT); in main()
|
| H A D | fold-const.c | 95 static tree split_tree (tree, enum tree_code, tree *, tree *, tree *, int); 1397 split_tree (tree in, enum tree_code code, tree *conp, tree *litp, in split_tree() function 8860 var0 = split_tree (arg0, code, &con0, &lit0, &minus_lit0, 0); in fold_binary() 8861 var1 = split_tree (arg1, code, &con1, &lit1, &minus_lit1, in fold_binary()
|