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

  /src/external/gpl3/gcc/dist/gcc/
final.cc 1935 final_1 (rtx_insn *first, FILE *file, int seen, int optimize_p)
2011 /* This is an exported final_1, callable without SEEN. */
2016 /* Those that use the internal final_start_function_1/final_1 API
2018 the modified FIRST to final_1. But those that use the public
2025 final_1 (first, file, 0, optimize_p);
4262 final_1 (first, asm_out_file, seen, optimize);
1927 final_1 (rtx_insn *first, FILE *file, int seen, int optimize_p) function
  /src/external/gpl3/gcc.old/dist/gcc/
final.cc 1955 final_1 (rtx_insn *first, FILE *file, int seen, int optimize_p)
2031 /* This is an exported final_1, callable without SEEN. */
2036 /* Those that use the internal final_start_function_1/final_1 API
2038 the modified FIRST to final_1. But those that use the public
2045 final_1 (first, file, 0, optimize_p);
4308 final_1 (first, asm_out_file, seen, optimize);
1947 final_1 (rtx_insn *first, FILE *file, int seen, int optimize_p) function

Completed in 20 milliseconds