GCC Middle and Back End API Reference
|
Data Fields | |
int | num_dependence_tests |
int | num_dependence_dependent |
int | num_dependence_independent |
int | num_dependence_undetermined |
int | num_subscript_tests |
int | num_subscript_undetermined |
int | num_same_subscript_function |
int | num_ziv |
int | num_ziv_independent |
int | num_ziv_dependent |
int | num_ziv_unimplemented |
int | num_siv |
int | num_siv_independent |
int | num_siv_dependent |
int | num_siv_unimplemented |
int | num_miv |
int | num_miv_independent |
int | num_miv_dependent |
int | num_miv_unimplemented |
int datadep_stats::num_dependence_dependent |
Referenced by compute_data_dependences_for_loop(), and subscript_dependence_tester().
int datadep_stats::num_dependence_independent |
Referenced by compute_data_dependences_for_loop(), and subscript_dependence_tester_1().
int datadep_stats::num_dependence_tests |
Referenced by compute_affine_dependence(), and compute_data_dependences_for_loop().
int datadep_stats::num_dependence_undetermined |
int datadep_stats::num_miv |
Referenced by analyze_miv_subscript(), and compute_data_dependences_for_loop().
int datadep_stats::num_miv_dependent |
Referenced by analyze_miv_subscript(), and compute_data_dependences_for_loop().
int datadep_stats::num_miv_independent |
Referenced by analyze_miv_subscript(), and compute_data_dependences_for_loop().
int datadep_stats::num_miv_unimplemented |
Referenced by analyze_miv_subscript(), and compute_data_dependences_for_loop().
int datadep_stats::num_same_subscript_function |
Referenced by analyze_overlapping_iterations(), and compute_data_dependences_for_loop().
int datadep_stats::num_siv |
Referenced by analyze_siv_subscript(), and compute_data_dependences_for_loop().
int datadep_stats::num_siv_dependent |
Referenced by analyze_siv_subscript(), analyze_siv_subscript_cst_affine(), and compute_data_dependences_for_loop().
int datadep_stats::num_siv_independent |
Referenced by analyze_siv_subscript(), analyze_siv_subscript_cst_affine(), and compute_data_dependences_for_loop().
int datadep_stats::num_siv_unimplemented |
Referenced by analyze_siv_subscript(), analyze_siv_subscript_cst_affine(), and compute_data_dependences_for_loop().
int datadep_stats::num_subscript_tests |
Referenced by analyze_overlapping_iterations(), and compute_data_dependences_for_loop().
int datadep_stats::num_subscript_undetermined |
Referenced by analyze_overlapping_iterations(), and compute_data_dependences_for_loop().
int datadep_stats::num_ziv |
Referenced by analyze_ziv_subscript(), and compute_data_dependences_for_loop().
int datadep_stats::num_ziv_dependent |
Referenced by analyze_ziv_subscript(), and compute_data_dependences_for_loop().
int datadep_stats::num_ziv_independent |
Referenced by analyze_ziv_subscript(), and compute_data_dependences_for_loop().
int datadep_stats::num_ziv_unimplemented |
Referenced by analyze_ziv_subscript(), and compute_data_dependences_for_loop().