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

  /src/external/gpl3/gcc/dist/gcc/
ipa-prop.h 171 enum jump_func_type jftype; variable in typeref:enum:jump_func_type
182 } GTY ((desc ("%1.jftype"))) value;
ipa-prop.cc 500 if (item->jftype == IPA_JF_PASS_THROUGH)
503 else if (item->jftype == IPA_JF_LOAD_AGG)
513 if (item->jftype == IPA_JF_PASS_THROUGH
514 || item->jftype == IPA_JF_LOAD_AGG)
524 else if (item->jftype == IPA_JF_CONST)
529 else if (item->jftype == IPA_JF_UNKNOWN)
1822 item.jftype = IPA_JF_LOAD_AGG;
1824 item.jftype = IPA_JF_PASS_THROUGH;
1834 item.jftype = IPA_JF_CONST;
3245 if (item->jftype != IPA_JF_PASS_THROUG
4889 enum jump_func_type jftype; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-prop.h 166 enum jump_func_type jftype; variable in typeref:enum:jump_func_type
177 } GTY ((desc ("%1.jftype"))) value;
ipa-prop.cc 381 if (item->jftype == IPA_JF_PASS_THROUGH)
384 else if (item->jftype == IPA_JF_LOAD_AGG)
394 if (item->jftype == IPA_JF_PASS_THROUGH
395 || item->jftype == IPA_JF_LOAD_AGG)
405 else if (item->jftype == IPA_JF_CONST)
410 else if (item->jftype == IPA_JF_UNKNOWN)
1716 item.jftype = IPA_JF_LOAD_AGG;
1718 item.jftype = IPA_JF_PASS_THROUGH;
1728 item.jftype = IPA_JF_CONST;
3134 if (item->jftype != IPA_JF_PASS_THROUG
4865 enum jump_func_type jftype; local
    [all...]

Completed in 31 milliseconds