Searched refs:data_ref_loc (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-data-ref.cc | 5755 struct data_ref_loc struct 5774 get_references_in_stmt (gimple *stmt, vec<data_ref_loc, va_heap> *references) in get_references_in_stmt() argument 5777 data_ref_loc ref; in get_references_in_stmt() 5908 auto_vec<data_ref_loc, 3> references; in loop_nest_has_data_refs() 5938 auto_vec<data_ref_loc, 2> references; in find_data_references_in_stmt() 5945 for (const data_ref_loc &ref : references) in find_data_references_in_stmt() 5967 auto_vec<data_ref_loc, 2> references; in graphite_find_data_references_in_stmt() 5974 for (const data_ref_loc &ref : references) in graphite_find_data_references_in_stmt()
|
H A D | ChangeLog.graphite | 9031 (data_ref_loc): New, as in trunk.
|
H A D | ChangeLog-2017 | 21395 (data_ref_loc): Add an is_conditional_in_stmt field.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-data-ref.c | 5428 struct data_ref_loc struct 5447 get_references_in_stmt (gimple *stmt, vec<data_ref_loc, va_heap> *references) in get_references_in_stmt() argument 5450 data_ref_loc ref; in get_references_in_stmt() 5581 auto_vec<data_ref_loc, 3> references; in loop_nest_has_data_refs() 5612 auto_vec<data_ref_loc, 2> references; in find_data_references_in_stmt() 5613 data_ref_loc *ref; in find_data_references_in_stmt() 5643 auto_vec<data_ref_loc, 2> references; in graphite_find_data_references_in_stmt() 5644 data_ref_loc *ref; in graphite_find_data_references_in_stmt()
|