Searched refs:infer_loop_bounds_from_ref (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-ssa-loop-niter.c | 2784 infer_loop_bounds_from_ref (struct loop *loop, gimple stmt, tree ref, in infer_loop_bounds_from_ref() function 2810 infer_loop_bounds_from_ref (loop, stmt, op0, reliable); in infer_loop_bounds_from_array() 2813 infer_loop_bounds_from_ref (loop, stmt, op1, reliable); in infer_loop_bounds_from_array() 2822 infer_loop_bounds_from_ref (loop, stmt, lhs, reliable); in infer_loop_bounds_from_array() 2828 infer_loop_bounds_from_ref (loop, stmt, arg, reliable); in infer_loop_bounds_from_array()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-ssa-loop-niter.c | 3371 infer_loop_bounds_from_ref (struct loop *loop, gimple *stmt, tree ref) in infer_loop_bounds_from_ref() function 3395 infer_loop_bounds_from_ref (loop, stmt, op0); in infer_loop_bounds_from_array() 3398 infer_loop_bounds_from_ref (loop, stmt, op1); in infer_loop_bounds_from_array() 3407 infer_loop_bounds_from_ref (loop, stmt, lhs); in infer_loop_bounds_from_array() 3413 infer_loop_bounds_from_ref (loop, stmt, arg); in infer_loop_bounds_from_array()
|