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

  /src/external/gpl3/gcc/dist/gcc/
cfghooks.h 143 basic_block (*force_nonfallthru) (edge); member in struct:cfg_hooks
240 extern basic_block force_nonfallthru (edge);
cfghooks.cc 1043 force_nonfallthru (edge e) function
1047 if (!cfg_hooks->force_nonfallthru)
1048 internal_error ("%s does not support force_nonfallthru",
1051 ret = cfg_hooks->force_nonfallthru (e);
  /src/external/gpl3/gcc.old/dist/gcc/
cfghooks.h 143 basic_block (*force_nonfallthru) (edge); member in struct:cfg_hooks
240 extern basic_block force_nonfallthru (edge);
cfghooks.cc 1042 force_nonfallthru (edge e) function
1046 if (!cfg_hooks->force_nonfallthru)
1047 internal_error ("%s does not support force_nonfallthru",
1050 ret = cfg_hooks->force_nonfallthru (e);

Completed in 155 milliseconds