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

  /src/external/gpl3/gcc/dist/gcc/
cfghooks.h 140 void (*tidy_fallthru_edge) (edge); member in struct:cfg_hooks
241 extern void tidy_fallthru_edge (edge);
cfghooks.cc 984 tidy_fallthru_edge (edge e) function
986 if (cfg_hooks->tidy_fallthru_edge)
987 cfg_hooks->tidy_fallthru_edge (e);
1002 if (!cfg_hooks->tidy_fallthru_edge)
1033 tidy_fallthru_edge (s);
  /src/external/gpl3/gcc.old/dist/gcc/
cfghooks.h 140 void (*tidy_fallthru_edge) (edge); member in struct:cfg_hooks
241 extern void tidy_fallthru_edge (edge);
cfghooks.cc 983 tidy_fallthru_edge (edge e) function
985 if (cfg_hooks->tidy_fallthru_edge)
986 cfg_hooks->tidy_fallthru_edge (e);
1001 if (!cfg_hooks->tidy_fallthru_edge)
1032 tidy_fallthru_edge (s);

Completed in 24 milliseconds