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

  /src/external/gpl3/gcc/dist/gcc/
tree-complex.cc 1207 gimple_seq stmts2 = NULL; local
1208 tree cond_real = gimple_build (&stmts2, loc, REALPART_EXPR,
1210 tree cond_imag = gimple_build (&stmts2, loc, IMAGPART_EXPR,
1212 gsi_insert_seq_before (&cond_bb_gsi, stmts2, GSI_SAME_STMT);
tree-complex.cc 1207 gimple_seq stmts2 = NULL; local
1208 tree cond_real = gimple_build (&stmts2, loc, REALPART_EXPR,
1210 tree cond_imag = gimple_build (&stmts2, loc, IMAGPART_EXPR,
1212 gsi_insert_seq_before (&cond_bb_gsi, stmts2, GSI_SAME_STMT);
tree-ssa-loop-split.cc 457 gimple_seq stmts2; local
458 tree end = force_gimple_operand (niter->bound, &stmts2,
460 gimple_seq_add_seq_without_update (stmts, stmts2);
653 gimple_seq stmts2; local
654 border = force_gimple_operand (border, &stmts2, true, NULL_TREE);
655 if (stmts2)
662 gsi = gsi_start (stmts2);
674 stmts2); local
tree-ssa-loop-split.cc 457 gimple_seq stmts2; local
458 tree end = force_gimple_operand (niter->bound, &stmts2,
460 gimple_seq_add_seq_without_update (stmts, stmts2);
653 gimple_seq stmts2; local
654 border = force_gimple_operand (border, &stmts2, true, NULL_TREE);
655 if (stmts2)
662 gsi = gsi_start (stmts2);
674 stmts2); local
  /src/external/gpl3/gcc.old/dist/gcc/
tree-complex.cc 1200 gimple_seq stmts2 = NULL; local
1201 tree cond_real = gimple_build (&stmts2, loc, REALPART_EXPR,
1203 tree cond_imag = gimple_build (&stmts2, loc, IMAGPART_EXPR,
1205 gsi_insert_seq_before (&cond_bb_gsi, stmts2, GSI_SAME_STMT);
tree-complex.cc 1200 gimple_seq stmts2 = NULL; local
1201 tree cond_real = gimple_build (&stmts2, loc, REALPART_EXPR,
1203 tree cond_imag = gimple_build (&stmts2, loc, IMAGPART_EXPR,
1205 gsi_insert_seq_before (&cond_bb_gsi, stmts2, GSI_SAME_STMT);
tree-ssa-loop-split.cc 418 gimple_seq stmts2; local
419 tree end = force_gimple_operand (niter->bound, &stmts2,
421 gimple_seq_add_seq_without_update (stmts, stmts2);
605 gimple_seq stmts2; local
606 border = force_gimple_operand (border, &stmts2, true, NULL_TREE);
607 if (stmts2)
609 stmts2); local
tree-ssa-loop-split.cc 418 gimple_seq stmts2; local
419 tree end = force_gimple_operand (niter->bound, &stmts2,
421 gimple_seq_add_seq_without_update (stmts, stmts2);
605 gimple_seq stmts2; local
606 border = force_gimple_operand (border, &stmts2, true, NULL_TREE);
607 if (stmts2)
609 stmts2); local

Completed in 74 milliseconds