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

  /src/external/gpl3/gcc/dist/gcc/
pass_manager.h 29 DEF_PASS_LIST (all_lowering_passes) \
30 DEF_PASS_LIST (all_small_ipa_passes) \
31 DEF_PASS_LIST (all_regular_ipa_passes) \
32 DEF_PASS_LIST (all_late_ipa_passes) \
33 DEF_PASS_LIST (all_passes)
35 #define DEF_PASS_LIST(LIST) PASS_LIST_NO_##LIST,
41 #undef DEF_PASS_LIST
optinfo-emit-json.cc 80 #define DEF_PASS_LIST(LIST) \
83 #undef DEF_PASS_LIST
passes.cc 1591 #define DEF_PASS_LIST(LIST) pass_lists[PASS_LIST_NO_##LIST] = &LIST;
1593 #undef DEF_PASS_LIST
1673 #define DEF_PASS_LIST(LIST) \
1676 #undef DEF_PASS_LIST
  /src/external/gpl3/gcc.old/dist/gcc/
pass_manager.h 29 DEF_PASS_LIST (all_lowering_passes) \
30 DEF_PASS_LIST (all_small_ipa_passes) \
31 DEF_PASS_LIST (all_regular_ipa_passes) \
32 DEF_PASS_LIST (all_late_ipa_passes) \
33 DEF_PASS_LIST (all_passes)
35 #define DEF_PASS_LIST(LIST) PASS_LIST_NO_##LIST,
41 #undef DEF_PASS_LIST
optinfo-emit-json.cc 80 #define DEF_PASS_LIST(LIST) \
83 #undef DEF_PASS_LIST
passes.cc 1591 #define DEF_PASS_LIST(LIST) pass_lists[PASS_LIST_NO_##LIST] = &LIST;
1593 #undef DEF_PASS_LIST
1673 #define DEF_PASS_LIST(LIST) \
1676 #undef DEF_PASS_LIST

Completed in 28 milliseconds