Searched refs:graphite_can_represent_init (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | graphite-scop-detection.c | 359 static bool graphite_can_represent_init (tree e); 811 scop_detection::graphite_can_represent_init (tree e) in graphite_can_represent_init() function 816 return graphite_can_represent_init (CHREC_LEFT (e)) in graphite_can_represent_init() 817 && graphite_can_represent_init (CHREC_RIGHT (e)); in graphite_can_represent_init() 821 return graphite_can_represent_init (TREE_OPERAND (e, 0)) in graphite_can_represent_init() 824 return graphite_can_represent_init (TREE_OPERAND (e, 1)) in graphite_can_represent_init() 830 return graphite_can_represent_init (TREE_OPERAND (e, 0)) in graphite_can_represent_init() 831 && graphite_can_represent_init (TREE_OPERAND (e, 1)); in graphite_can_represent_init() 837 return graphite_can_represent_init (TREE_OPERAND (e, 0)); in graphite_can_represent_init() 883 && graphite_can_represent_init (scev) in graphite_can_represent_scev() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | graphite-scop-detection.cc | 359 static bool graphite_can_represent_init (tree e); 811 scop_detection::graphite_can_represent_init (tree e) in graphite_can_represent_init() function in __anon453fb1600111::scop_detection 816 return graphite_can_represent_init (CHREC_LEFT (e)) in graphite_can_represent_init() 817 && graphite_can_represent_init (CHREC_RIGHT (e)); in graphite_can_represent_init() 821 return graphite_can_represent_init (TREE_OPERAND (e, 0)) in graphite_can_represent_init() 824 return graphite_can_represent_init (TREE_OPERAND (e, 1)) in graphite_can_represent_init() 830 return graphite_can_represent_init (TREE_OPERAND (e, 0)) in graphite_can_represent_init() 831 && graphite_can_represent_init (TREE_OPERAND (e, 1)); in graphite_can_represent_init() 837 return graphite_can_represent_init (TREE_OPERAND (e, 0)); in graphite_can_represent_init() 883 && graphite_can_represent_init (scev) in graphite_can_represent_scev() [all …]
|
H A D | ChangeLog.graphite | 2159 graphite_can_represent_init for MULT_EXPR. 2663 * graphite-scop-detection.c (graphite_can_represent_init): Also 4380 * graphite-scop-detection.c (graphite_can_represent_init): New. 4381 (graphite_can_represent_scev): Call graphite_can_represent_init:
|
H A D | ChangeLog-2010 | 38657 graphite_can_represent_init for MULT_EXPR.
|
H A D | ChangeLog-2015 | 13824 (graphite_can_represent_init): Move...
|