Searched refs:create_pw_aff_from_tree (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | graphite-sese-to-poly.cc | 317 create_pw_aff_from_tree (poly_bb_p pbb, loop_p loop, tree t) in create_pw_aff_from_tree() function 337 isl_pw_aff *lhs = create_pw_aff_from_tree (pbb, loop, gimple_cond_lhs (stmt)); in add_condition_to_pbb() 338 isl_pw_aff *rhs = create_pw_aff_from_tree (pbb, loop, gimple_cond_rhs (stmt)); in add_condition_to_pbb()
|
H A D | ChangeLog.gimple-classes | 785 (create_pw_aff_from_tree): Likewise.
|
H A D | ChangeLog-2017 | 38646 (create_pw_aff_from_tree): Take loop parameter. 38648 create_pw_aff_from_tree.
|
H A D | ChangeLog-2015 | 4439 (create_pw_aff_from_tree): Same. 11465 (create_pw_aff_from_tree): Same.
|
H A D | ChangeLog-2016 | 33755 (create_pw_aff_from_tree): Assert instead of bailing out.
|
H A D | ChangeLog-2019 | 34197 * graphite-sese-to-poly.c (create_pw_aff_from_tree): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | graphite-sese-to-poly.c | 326 create_pw_aff_from_tree (poly_bb_p pbb, loop_p loop, tree t) in create_pw_aff_from_tree() function 346 isl_pw_aff *lhs = create_pw_aff_from_tree (pbb, loop, gimple_cond_lhs (stmt)); in add_condition_to_pbb() 347 isl_pw_aff *rhs = create_pw_aff_from_tree (pbb, loop, gimple_cond_rhs (stmt)); in add_condition_to_pbb()
|