Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgraphite-scop-detection.c149 graphite_can_represent_init (tree e) in graphite_can_represent_init() function
154 return graphite_can_represent_init (CHREC_LEFT (e)) in graphite_can_represent_init()
155 && graphite_can_represent_init (CHREC_RIGHT (e)); in graphite_can_represent_init()
159 return graphite_can_represent_init (TREE_OPERAND (e, 0)) in graphite_can_represent_init()
162 return graphite_can_represent_init (TREE_OPERAND (e, 1)) in graphite_can_represent_init()
168 return graphite_can_represent_init (TREE_OPERAND (e, 0)) in graphite_can_represent_init()
169 && graphite_can_represent_init (TREE_OPERAND (e, 1)); in graphite_can_represent_init()
175 return graphite_can_represent_init (TREE_OPERAND (e, 0)); in graphite_can_represent_init()
214 && graphite_can_represent_init (scev) in graphite_can_represent_scev()
224 || !graphite_can_represent_init (scev)) in graphite_can_represent_scev()