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

  /src/external/gpl3/gcc/dist/gcc/
reorg.cc 192 static rtx get_branch_condition (const rtx_insn *, rtx);
822 get_branch_condition (const rtx_insn *insn, rtx target)
870 rtx other_condition = get_branch_condition (insn, JUMP_LABEL (insn));
2825 condition = get_branch_condition (jump_insn, target_label);
809 get_branch_condition (const rtx_insn *insn, rtx target) function
reorg.cc 192 static rtx get_branch_condition (const rtx_insn *, rtx);
822 get_branch_condition (const rtx_insn *insn, rtx target)
870 rtx other_condition = get_branch_condition (insn, JUMP_LABEL (insn));
2825 condition = get_branch_condition (jump_insn, target_label);
809 get_branch_condition (const rtx_insn *insn, rtx target) function
  /src/external/gpl3/gcc.old/dist/gcc/
reorg.cc 192 static rtx get_branch_condition (const rtx_insn *, rtx);
822 get_branch_condition (const rtx_insn *insn, rtx target)
870 rtx other_condition = get_branch_condition (insn, JUMP_LABEL (insn));
2823 condition = get_branch_condition (jump_insn, target_label);
809 get_branch_condition (const rtx_insn *insn, rtx target) function
reorg.cc 192 static rtx get_branch_condition (const rtx_insn *, rtx);
822 get_branch_condition (const rtx_insn *insn, rtx target)
870 rtx other_condition = get_branch_condition (insn, JUMP_LABEL (insn));
2823 condition = get_branch_condition (jump_insn, target_label);
809 get_branch_condition (const rtx_insn *insn, rtx target) function

Completed in 71 milliseconds