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

  /src/external/gpl3/gcc/dist/gcc/
gimple-loop-interchange.cc 1866 bool a_outer_p = gimple_bb (DR_STMT (a))->loop_father != innermost; local
1872 if (a_outer_p && b_outer_p && DR_IS_WRITE (a) && DR_IS_WRITE (b))
1889 if (a_outer_p && b_outer_p
1893 && (a_outer_p || b_outer_p))
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-loop-interchange.cc 1864 bool a_outer_p = gimple_bb (DR_STMT (a))->loop_father != innermost; local
1870 if (a_outer_p && b_outer_p && DR_IS_WRITE (a) && DR_IS_WRITE (b))
1887 if (a_outer_p && b_outer_p
1891 && (a_outer_p || b_outer_p))

Completed in 15 milliseconds