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

  /src/external/gpl3/gcc/dist/gcc/
passes.cc 835 /* See below in next_pass_1. */
1288 * In add_pass_instance(), as called by next_pass_1 in
1340 next_pass_1 (opt_pass **list, opt_pass *pass, opt_pass *initial_pass)
1624 p = next_pass_1 (p, PASS ## _ ## NUM, PASS ## _1); \
1339 next_pass_1 (opt_pass **list, opt_pass *pass, opt_pass *initial_pass) function
  /src/external/gpl3/gcc.old/dist/gcc/
passes.cc 835 /* See below in next_pass_1. */
1288 * In add_pass_instance(), as called by next_pass_1 in
1340 next_pass_1 (opt_pass **list, opt_pass *pass, opt_pass *initial_pass)
1624 p = next_pass_1 (p, PASS ## _ ## NUM, PASS ## _1); \
1339 next_pass_1 (opt_pass **list, opt_pass *pass, opt_pass *initial_pass) function

Completed in 37 milliseconds