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

  /src/external/gpl3/gcc/dist/gcc/
ipa-prop.h 56 IPA_JF_ANCESTOR is a special pass-through jump function, which means that
78 IPA_JF_ANCESTOR /* represented by field ancestor */
351 struct ipa_ancestor_jf_data GTY ((tag ("IPA_JF_ANCESTOR"))) ancestor;
453 gcc_checking_assert (jfunc->type == IPA_JF_ANCESTOR);
463 gcc_checking_assert (jfunc->type == IPA_JF_ANCESTOR);
472 gcc_checking_assert (jfunc->type == IPA_JF_ANCESTOR);
481 gcc_checking_assert (jfunc->type == IPA_JF_ANCESTOR);
492 gcc_checking_assert (jfunc->type == IPA_JF_ANCESTOR);
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-prop.h 51 IPA_JF_ANCESTOR is a special pass-through jump function, which means that
73 IPA_JF_ANCESTOR /* represented by field ancestor */
341 struct ipa_ancestor_jf_data GTY ((tag ("IPA_JF_ANCESTOR"))) ancestor;
443 gcc_checking_assert (jfunc->type == IPA_JF_ANCESTOR);
453 gcc_checking_assert (jfunc->type == IPA_JF_ANCESTOR);
462 gcc_checking_assert (jfunc->type == IPA_JF_ANCESTOR);
471 gcc_checking_assert (jfunc->type == IPA_JF_ANCESTOR);
482 gcc_checking_assert (jfunc->type == IPA_JF_ANCESTOR);

Completed in 26 milliseconds