Searched refs:newbound (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-loop-split.cc | 157 patch_loop_exit (class loop *loop, gcond *guard, tree nextval, tree newbound, in patch_loop_exit() argument 163 nextval, newbound); in patch_loop_exit() 435 tree newbound; in compute_new_first_bound() local 440 newbound = gimple_build (stmts, POINTER_PLUS_EXPR, in compute_new_first_bound() 445 newbound = gimple_build (stmts, PLUS_EXPR, TREE_TYPE (guard_init), in compute_new_first_bound() 471 tree type2 = TREE_TYPE (newbound); in compute_new_first_bound() 474 newbound = gimple_build (stmts, in compute_new_first_bound() 475 POINTER_TYPE_P (TREE_TYPE (newbound)) in compute_new_first_bound() 477 TREE_TYPE (newbound), in compute_new_first_bound() 478 newbound, in compute_new_first_bound() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-loop-split.c | 157 patch_loop_exit (class loop *loop, gcond *guard, tree nextval, tree newbound, in patch_loop_exit() argument 163 nextval, newbound); in patch_loop_exit() 435 tree newbound; in compute_new_first_bound() local 440 newbound = gimple_build (stmts, POINTER_PLUS_EXPR, in compute_new_first_bound() 445 newbound = gimple_build (stmts, PLUS_EXPR, TREE_TYPE (guard_init), in compute_new_first_bound() 471 tree type2 = TREE_TYPE (newbound); in compute_new_first_bound() 474 newbound = gimple_build (stmts, in compute_new_first_bound() 475 POINTER_TYPE_P (TREE_TYPE (newbound)) in compute_new_first_bound() 477 TREE_TYPE (newbound), in compute_new_first_bound() 478 newbound, in compute_new_first_bound() [all …]
|