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

  /src/external/gpl3/gcc/dist/gcc/
gimple.h 122 GIMPLE_SINGLE_RHS /* The expression is a single object (an SSA
2900 GIMPLE_SINGLE_RHS assigns we do not update that subcode to stay
2902 if (get_gimple_rhs_class (code) == GIMPLE_SINGLE_RHS)
2947 && gimple_assign_rhs_class (gs) == GIMPLE_SINGLE_RHS);
  /src/external/gpl3/gcc.old/dist/gcc/
gimple.h 122 GIMPLE_SINGLE_RHS /* The expression is a single object (an SSA
2841 GIMPLE_SINGLE_RHS assigns we do not update that subcode to stay
2843 if (get_gimple_rhs_class (code) == GIMPLE_SINGLE_RHS)
2888 && gimple_assign_rhs_class (gs) == GIMPLE_SINGLE_RHS);

Completed in 29 milliseconds