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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-split-paths.cc 165 int num_stmts_in_pred1 local
174 if (num_stmts_in_pred1 == 1 && num_stmts_in_pred2 == 1)
213 if (num_stmts_in_pred1 == 0 && num_stmts_in_pred2 == 1)
216 std::swap (num_stmts_in_pred1, num_stmts_in_pred2);
220 if (num_stmts_in_pred1 == 1 && num_stmts_in_pred2 == 0
260 && num_stmts_in_pred1 == 0)
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-split-paths.cc 165 int num_stmts_in_pred1 local
174 if (num_stmts_in_pred1 == 1 && num_stmts_in_pred2 == 1)
213 if (num_stmts_in_pred1 == 0 && num_stmts_in_pred2 == 1)
216 std::swap (num_stmts_in_pred1, num_stmts_in_pred2);
220 if (num_stmts_in_pred1 == 1 && num_stmts_in_pred2 == 0
260 && num_stmts_in_pred1 == 0)

Completed in 16 milliseconds