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

  /src/external/gpl3/gcc/dist/gcc/
dse.cc 231 bool is_large; member in class:store_info
261 all of the bits are 0. This is used if IS_LARGE is false. */
268 the position is needed. Used if IS_LARGE is true. */
758 if (cur->is_large)
1272 if (UNLIKELY (s_info->is_large))
1287 if (UNLIKELY (s_info->is_large))
1310 if (UNLIKELY (s_info->is_large))
1338 gcc_assert (s_info->is_large
1351 if (UNLIKELY (s_info->is_large))
1695 store_info->is_large = true
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dse.cc 231 bool is_large; member in class:store_info
258 all of the bits are 0. This is used if IS_LARGE is false. */
265 the position is needed. Used if IS_LARGE is true. */
754 if (cur->is_large)
1268 if (__builtin_expect (s_info->is_large, false))
1283 if (__builtin_expect (s_info->is_large, false))
1306 if (__builtin_expect (s_info->is_large, false))
1334 gcc_assert (s_info->is_large
1347 if (__builtin_expect (s_info->is_large, false))
1680 store_info->is_large = true
    [all...]

Completed in 19 milliseconds