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

  /src/external/gpl3/gcc/dist/gcc/
sel-sched-ir.cc 3855 tidy_control_flow (basic_block xbb, bool full_tidying)
3870 /* We used to call sel_remove_insn here that can trigger tidy_control_flow
3875 if (tidy_control_flow (xbb, false))
4015 return tidy_control_flow (bb, full_tidying);
3835 tidy_control_flow (basic_block xbb, bool full_tidying) function
  /src/external/gpl3/gcc.old/dist/gcc/
sel-sched-ir.cc 3855 tidy_control_flow (basic_block xbb, bool full_tidying)
3870 /* We used to call sel_remove_insn here that can trigger tidy_control_flow
3875 if (tidy_control_flow (xbb, false))
4015 return tidy_control_flow (bb, full_tidying);
3835 tidy_control_flow (basic_block xbb, bool full_tidying) function

Completed in 58 milliseconds