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

  /src/external/gpl3/gcc/dist/gcc/
final.cc 305 /* After shorten_branches, for any insn, uid_align[INSN_UID (insn)]
417 /* Code to handle alignment inside shorten_branches. */
821 /* shorten_branches might be called multiple times: for example, the SH
824 by calling shorten_branches. This cannot be collapsed with function
825 shorten_branches itself into a single pass unless we also want to integrate
830 shorten_branches (rtx_insn *first)
1982 /* final can be seen as an iteration of shorten_branches that
2823 been split in shorten_branches, to ensure that we would have
4358 shorten_branches (get_insns ());
  /src/external/gpl3/gcc.old/dist/gcc/
final.cc 320 /* After shorten_branches, for any insn, uid_align[INSN_UID (insn)]
432 /* Code to handle alignment inside shorten_branches. */
837 /* shorten_branches might be called multiple times: for example, the SH
840 by calling shorten_branches. This cannot be collapsed with function
841 shorten_branches itself into a single pass unless we also want to integrate
846 shorten_branches (rtx_insn *first)
2002 /* final can be seen as an iteration of shorten_branches that
2877 been split in shorten_branches, to ensure that we would have
4403 shorten_branches (get_insns ());

Completed in 19 milliseconds