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

  /src/external/gpl3/gcc/dist/gcc/
gimple.h 2149 gimple_has_ops (const gimple *g) function
2159 return gimple_has_ops (gs);
2167 return gimple_has_ops (gs);
2293 return (gimple_has_ops (g)) ? (bool) g->modified : false;
2303 if (gimple_has_ops (s))
2598 if (gimple_has_ops (gs))
2612 if (gimple_has_ops (gs))
2626 gcc_gimple_checking_assert (gimple_has_ops (gs) && i < gimple_num_ops (gs));
  /src/external/gpl3/gcc.old/dist/gcc/
gimple.h 2111 gimple_has_ops (const gimple *g) function
2121 return gimple_has_ops (gs);
2129 return gimple_has_ops (gs);
2255 return (gimple_has_ops (g)) ? (bool) g->modified : false;
2265 if (gimple_has_ops (s))
2539 if (gimple_has_ops (gs))
2553 if (gimple_has_ops (gs))
2567 gcc_gimple_checking_assert (gimple_has_ops (gs) && i < gimple_num_ops (gs));

Completed in 17 milliseconds