Searched refs:tree_contains_chrecs (Results 1 – 13 of 13) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-chrec.cc | 266 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 …]
|
| D | tree-chrec.h | 89 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()
|
| D | gimple-loop-interchange.cc | 707 || 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()
|
| D | tree-scalar-evolution.cc | 3235 || tree_contains_chrecs (iv->step, NULL)) in simple_iv_with_niters() 3239 if (tree_contains_chrecs (iv->base, NULL)) in simple_iv_with_niters()
|
| D | graphite-scop-detection.cc | 908 if (tree_contains_chrecs (scev, NULL) || !scev_is_linear_expression (scev)) in graphite_can_represent_scev()
|
| D | tree-ssa-loop-niter.cc | 3747 || 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()
|
| D | graphite-isl-ast-to-gimple.cc | 1105 || tree_contains_chrecs (new_expr, NULL)) in get_rename_from_scev()
|
| D | tree-loop-distribution.cc | 1641 if (tree_contains_chrecs (access_base, NULL)) in compute_access_range()
|
| D | tree-data-ref.cc | 6091 if (tree_contains_chrecs (base, NULL) || !POINTER_TYPE_P (TREE_TYPE (base))) in get_base_for_alignment_1()
|
| D | ChangeLog-2007 | 11570 tree_contains_chrecs, evolution_function_is_affine_multivariate_p, 11576 chrec_contains_undetermined, tree_contains_chrecs, 28712 (tree_contains_chrecs): Likewise.
|
| D | ChangeLog-2005 | 23033 (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.
|
| D | ChangeLog-2019 | 26637 (tree_contains_chrecs): Likewise. 34374 (tree_contains_chrecs): Likewise.
|
| D | ChangeLog-2012 | 530 tree_contains_chrecs.
|