Searched refs:chrec_not_analyzed_yet (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-scalar-evolution.cc | 324 res->chrec = chrec_not_analyzed_yet; in new_scev_info_str() 566 res = chrec_not_analyzed_yet; in get_scalar_evolution() 1366 tree evolution_function = chrec_not_analyzed_yet; in analyze_evolution_in_loop() 1492 tree init_cond = chrec_not_analyzed_yet; in analyze_initial_condition() 1514 if (init_cond == chrec_not_analyzed_yet) in analyze_initial_condition() 1530 if (init_cond == chrec_not_analyzed_yet) in analyze_initial_condition() 1590 tree res = chrec_not_analyzed_yet; in interpret_condition_phi() 2028 if (res == chrec_not_analyzed_yet) in analyze_scalar_evolution() 2196 e.chrec = chrec_not_analyzed_yet; in get_instantiated_value_entry() 2280 if (global_cache->get (si) != chrec_not_analyzed_yet) in instantiate_scev_name()
|
| D | tree-chrec.cc | 220 if (op0 == chrec_not_analyzed_yet in chrec_fold_automatically_generated_operands() 221 || op1 == chrec_not_analyzed_yet) in chrec_fold_automatically_generated_operands() 222 return chrec_not_analyzed_yet; in chrec_fold_automatically_generated_operands() 884 if (chrec1 == chrec_not_analyzed_yet) in chrec_merge() 886 if (chrec2 == chrec_not_analyzed_yet) in chrec_merge()
|
| D | tree-chrec.h | 119 if (chrec == chrec_not_analyzed_yet in no_evolution_in_loop_p()
|
| D | tree.h | 4391 #define chrec_not_analyzed_yet NULL_TREE macro
|
| D | ChangeLog.tuples | 4113 * gimple-dummy.c (chrec_dont_know, chrec_known, chrec_not_analyzed_yet,
|
| D | ChangeLog-2019 | 23865 * tree.h (chrec_not_analyzed_yet, chrec_dont_know, chrec_known): 23868 * tree-chrec.h (chrec_not_analyzed_yet, chrec_dont_know, chrec_known): 23870 * tree-scalar-evolution.c (chrec_not_analyzed_yet, chrec_dont_know,
|
| D | ChangeLog-2004 | 23876 * tree-chrec.c (chrec_not_analyzed_yet,
|