HomeSort by: relevance | last modified time | path
    Searched defs:cheap_array_ref_low_bound (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-alias.cc 1478 cheap_array_ref_low_bound (tree ref) function
1506 tree low_bound1 = cheap_array_ref_low_bound (ref1);
1507 tree low_bound2 = cheap_array_ref_low_bound (ref2);
1714 cheap_array_ref_low_bound (ref1), 0))
1722 cheap_array_ref_low_bound (ref2), 0))
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-alias.cc 1465 cheap_array_ref_low_bound (tree ref) function
1493 tree low_bound1 = cheap_array_ref_low_bound (ref1);
1494 tree low_bound2 = cheap_array_ref_low_bound (ref2);
1701 cheap_array_ref_low_bound (ref1), 0))
1709 cheap_array_ref_low_bound (ref2), 0))

Completed in 32 milliseconds