Home
last modified time | relevance | path

Searched refs:cheap_array_ref_low_bound (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-alias.c1316 cheap_array_ref_low_bound (tree ref) in cheap_array_ref_low_bound() function
1344 tree low_bound1 = cheap_array_ref_low_bound(ref1); in nonoverlapping_array_refs_p()
1345 tree low_bound2 = cheap_array_ref_low_bound(ref2); in nonoverlapping_array_refs_p()
1552 cheap_array_ref_low_bound (ref1), 0)) in nonoverlapping_refs_since_match_p()
1560 cheap_array_ref_low_bound (ref2), 0)) in nonoverlapping_refs_since_match_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-alias.cc1464 cheap_array_ref_low_bound (tree ref) in cheap_array_ref_low_bound() function
1492 tree low_bound1 = cheap_array_ref_low_bound (ref1); in nonoverlapping_array_refs_p()
1493 tree low_bound2 = cheap_array_ref_low_bound (ref2); in nonoverlapping_array_refs_p()
1700 cheap_array_ref_low_bound (ref1), 0)) in nonoverlapping_refs_since_match_p()
1708 cheap_array_ref_low_bound (ref2), 0)) in nonoverlapping_refs_since_match_p()
H A DChangeLog-201911786 (cheap_array_ref_low_bound): New function.