Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDtree-chrec.h37 extern tree chrec_not_analyzed_yet;
47 return (chrec == chrec_not_analyzed_yet in automatically_generated_chrec_p()
202 if (chrec == chrec_not_analyzed_yet in no_evolution_in_loop_p()
HDtree-scalar-evolution.c277 tree chrec_not_analyzed_yet; variable
301 res->chrec = chrec_not_analyzed_yet; in new_scev_info_str()
632 res = chrec_not_analyzed_yet; in get_scalar_evolution()
1434 tree evolution_function = chrec_not_analyzed_yet; in analyze_evolution_in_loop()
1503 tree init_cond = chrec_not_analyzed_yet; in analyze_initial_condition()
1524 if (init_cond == chrec_not_analyzed_yet) in analyze_initial_condition()
1540 if (init_cond == chrec_not_analyzed_yet) in analyze_initial_condition()
1591 tree res = chrec_not_analyzed_yet; in interpret_condition_phi()
1718 return analyze_scalar_evolution_1 (wrto_loop, res, chrec_not_analyzed_yet); in compute_scalar_evolution_in_loop()
1930 if (res != chrec_not_analyzed_yet) in analyze_scalar_evolution_1()
[all …]
HDtree-chrec.c243 if (op0 == chrec_not_analyzed_yet in chrec_fold_automatically_generated_operands()
244 || op1 == chrec_not_analyzed_yet) in chrec_fold_automatically_generated_operands()
245 return chrec_not_analyzed_yet; in chrec_fold_automatically_generated_operands()
781 if (chrec1 == chrec_not_analyzed_yet) in chrec_merge()
783 if (chrec2 == chrec_not_analyzed_yet) in chrec_merge()
875 || chrec == chrec_not_analyzed_yet in chrec_contains_undetermined()
HDChangeLog-200423876 * tree-chrec.c (chrec_not_analyzed_yet,