Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-chrec.cc266 if (tree_contains_chrecs (op1, NULL)) in chrec_fold_plus_1()
299 if (tree_contains_chrecs (op0, NULL)) in chrec_fold_plus_1()
326 if (tree_contains_chrecs (op1, NULL)) in chrec_fold_plus_1()
333 if ((tree_contains_chrecs (op0, &size) in chrec_fold_plus_1()
334 || tree_contains_chrecs (op1, &size)) in chrec_fold_plus_1()
421 if (tree_contains_chrecs (op1, NULL)) in chrec_fold_multiply()
438 if (tree_contains_chrecs (op0, NULL)) in chrec_fold_multiply()
461 if (tree_contains_chrecs (op1, NULL)) in chrec_fold_multiply()
1077 tree_contains_chrecs (const_tree expr, int *size, hash_set<const_tree> &visited) in tree_contains_chrecs() function
1095 if (tree_contains_chrecs (TREE_OPERAND (expr, i), size, visited)) in tree_contains_chrecs()
[all …]
Dtree-chrec.h89 extern bool tree_contains_chrecs (const_tree, int *);
126 *res = !tree_contains_chrecs (scev, NULL); in no_evolution_in_loop_p()
219 return !tree_contains_chrecs (expr, NULL); in tree_does_not_contain_chrecs()
Dgimple-loop-interchange.cc707 || tree_contains_chrecs (CHREC_LEFT (chrec), NULL) in analyze_induction_var()
708 || tree_contains_chrecs (CHREC_RIGHT (chrec), NULL)) in analyze_induction_var()
1357 if (! tree_contains_chrecs (sl, NULL)) in compute_access_stride()
Dtree-scalar-evolution.cc3235 || tree_contains_chrecs (iv->step, NULL)) in simple_iv_with_niters()
3239 if (tree_contains_chrecs (iv->base, NULL)) in simple_iv_with_niters()
Dgraphite-scop-detection.cc908 if (tree_contains_chrecs (scev, NULL) || !scev_is_linear_expression (scev)) in graphite_can_represent_scev()
Dtree-ssa-loop-niter.cc3747 || tree_contains_chrecs (init, NULL) in idx_infer_loop_bounds()
3895 || tree_contains_chrecs (base, NULL) in infer_loop_bounds_from_pointer_arith()
3945 || tree_contains_chrecs (base, NULL) in infer_loop_bounds_from_signedness()
Dgraphite-isl-ast-to-gimple.cc1105 || tree_contains_chrecs (new_expr, NULL)) in get_rename_from_scev()
Dtree-loop-distribution.cc1641 if (tree_contains_chrecs (access_base, NULL)) in compute_access_range()
Dtree-data-ref.cc6091 if (tree_contains_chrecs (base, NULL) || !POINTER_TYPE_P (TREE_TYPE (base))) in get_base_for_alignment_1()
DChangeLog-200711570 tree_contains_chrecs, evolution_function_is_affine_multivariate_p,
11576 chrec_contains_undetermined, tree_contains_chrecs,
28712 (tree_contains_chrecs): Likewise.
DChangeLog-200523033 (tree_contains_chrecs): Compute an estimation of the size of the
23035 * tree-chrec.h (tree_contains_chrecs): Modify its declaration.
23036 (tree_does_not_contain_chrecs): Update the use of tree_contains_chrecs.
DChangeLog-201926637 (tree_contains_chrecs): Likewise.
34374 (tree_contains_chrecs): Likewise.
DChangeLog-2012530 tree_contains_chrecs.