Lines Matching refs:graphite_can_represent_init
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()
895 || !graphite_can_represent_init (scev)) in graphite_can_represent_scev()