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

  /src/external/gpl3/gcc/dist/gcc/
ipa-prop.h 76 IPA_JF_PASS_THROUGH, /* represented by field pass_through */
131 pass_through jump function data structure. */
132 struct ipa_pass_through_data pass_through; variable in typeref:struct:ipa_pass_through_data
174 in constant jump function content. pass_through is used only in simple pass
180 struct ipa_pass_through_data GTY ((tag ("IPA_JF_PASS_THROUGH"))) pass_through; member in union:jump_func_agg_value
344 /* Represents a value of a jump function. pass_through is used only in jump
350 struct ipa_pass_through_data GTY ((tag ("IPA_JF_PASS_THROUGH"))) pass_through; member in union:jump_func_value
387 return jfunc->value.pass_through.operand;
397 return jfunc->value.pass_through.formal_id;
406 return jfunc->value.pass_through.operation
    [all...]
ipa-prop.h 76 IPA_JF_PASS_THROUGH, /* represented by field pass_through */
131 pass_through jump function data structure. */
132 struct ipa_pass_through_data pass_through; variable in typeref:struct:ipa_pass_through_data
174 in constant jump function content. pass_through is used only in simple pass
180 struct ipa_pass_through_data GTY ((tag ("IPA_JF_PASS_THROUGH"))) pass_through; member in union:jump_func_agg_value
344 /* Represents a value of a jump function. pass_through is used only in jump
350 struct ipa_pass_through_data GTY ((tag ("IPA_JF_PASS_THROUGH"))) pass_through; member in union:jump_func_value
387 return jfunc->value.pass_through.operand;
397 return jfunc->value.pass_through.formal_id;
406 return jfunc->value.pass_through.operation
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-prop.h 71 IPA_JF_PASS_THROUGH, /* represented by field pass_through */
126 pass_through jump function data structure. */
127 struct ipa_pass_through_data pass_through; variable in typeref:struct:ipa_pass_through_data
169 in constant jump function content. pass_through is used only in simple pass
175 struct ipa_pass_through_data GTY ((tag ("IPA_JF_PASS_THROUGH"))) pass_through; member in union:jump_func_agg_value
334 /* Represents a value of a jump function. pass_through is used only in jump
340 struct ipa_pass_through_data GTY ((tag ("IPA_JF_PASS_THROUGH"))) pass_through; member in union:jump_func_value
377 return jfunc->value.pass_through.operand;
387 return jfunc->value.pass_through.formal_id;
396 return jfunc->value.pass_through.operation
    [all...]
ipa-prop.h 71 IPA_JF_PASS_THROUGH, /* represented by field pass_through */
126 pass_through jump function data structure. */
127 struct ipa_pass_through_data pass_through; variable in typeref:struct:ipa_pass_through_data
169 in constant jump function content. pass_through is used only in simple pass
175 struct ipa_pass_through_data GTY ((tag ("IPA_JF_PASS_THROUGH"))) pass_through; member in union:jump_func_agg_value
334 /* Represents a value of a jump function. pass_through is used only in jump
340 struct ipa_pass_through_data GTY ((tag ("IPA_JF_PASS_THROUGH"))) pass_through; member in union:jump_func_value
377 return jfunc->value.pass_through.operand;
387 return jfunc->value.pass_through.formal_id;
396 return jfunc->value.pass_through.operation
    [all...]

Completed in 34 milliseconds