comparison gcc/generic-match-head.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* Preamble and helpers for the autogenerated generic-match.c file. 1 /* Preamble and helpers for the autogenerated generic-match.c file.
2 Copyright (C) 2014-2018 Free Software Foundation, Inc. 2 Copyright (C) 2014-2020 Free Software Foundation, Inc.
3 3
4 This file is part of GCC. 4 This file is part of GCC.
5 5
6 GCC is free software; you can redistribute it and/or modify it under 6 GCC is free software; you can redistribute it and/or modify it under
7 the terms of the GNU General Public License as published by the Free 7 the terms of the GNU General Public License as published by the Free
25 #include "rtl.h" 25 #include "rtl.h"
26 #include "tree.h" 26 #include "tree.h"
27 #include "gimple.h" 27 #include "gimple.h"
28 #include "ssa.h" 28 #include "ssa.h"
29 #include "cgraph.h" 29 #include "cgraph.h"
30 #include "vec-perm-indices.h"
30 #include "fold-const.h" 31 #include "fold-const.h"
32 #include "fold-const-call.h"
31 #include "stor-layout.h" 33 #include "stor-layout.h"
32 #include "tree-dfa.h" 34 #include "tree-dfa.h"
33 #include "builtins.h" 35 #include "builtins.h"
34 #include "case-cfn-macros.h" 36 #include "case-cfn-macros.h"
35 #include "gimplify.h" 37 #include "gimplify.h"
36 #include "optabs-tree.h" 38 #include "optabs-tree.h"
37 39 #include "dbgcnt.h"
38 40
39 /* Routine to determine if the types T1 and T2 are effectively 41 /* Routine to determine if the types T1 and T2 are effectively
40 the same for GENERIC. If T1 or T2 is not a type, the test 42 the same for GENERIC. If T1 or T2 is not a type, the test
41 applies to their TREE_TYPE. */ 43 applies to their TREE_TYPE. */
42 44
75 static inline bool 77 static inline bool
76 canonicalize_math_after_vectorization_p () 78 canonicalize_math_after_vectorization_p ()
77 { 79 {
78 return false; 80 return false;
79 } 81 }
82
83 /* Return true if successive divisions can be optimized.
84 Defer to GIMPLE opts. */
85
86 static inline bool
87 optimize_successive_divisions_p (tree, tree)
88 {
89 return false;
90 }