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

  /src/external/gpl3/gcc/dist/gcc/config/sh/
sh_treg_combine.cc 479 branch_condition_type_t cbranch_type; member in struct:sh_treg_combine::cbranch_trace
491 cbranch_type (unknown_branch_condition),
1341 trace.cbranch_type = branch_condition_type (trace.branch_condition_rtx ());
1343 if (trace.cbranch_type == branch_if_true)
1345 else if (trace.cbranch_type == branch_if_false)
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh_treg_combine.cc 479 branch_condition_type_t cbranch_type; member in struct:sh_treg_combine::cbranch_trace
491 cbranch_type (unknown_branch_condition),
1341 trace.cbranch_type = branch_condition_type (trace.branch_condition_rtx ());
1343 if (trace.cbranch_type == branch_if_true)
1345 else if (trace.cbranch_type == branch_if_false)

Completed in 29 milliseconds