| /src/external/gpl3/gcc/dist/gcc/ |
| ipa-icf-gimple.cc | 587 gimple_stmt_iterator gsi1, gsi2; local 590 gsi1 = gsi_start_nondebug_bb (bb1->bb); 593 while (!gsi_end_p (gsi1)) 598 s1 = gsi_stmt (gsi1); 670 gsi_next_nondebug (&gsi1);
|
| tree-ssa-strlen.cc | 3879 gimple_stmt_iterator gsi1 = gsi_for_stmt (si1->stmt); local 3880 update_gimple_call (&gsi1, builtin_decl_implicit (BUILT_IN_CALLOC), 2, 3884 si1->stmt = gsi_stmt (gsi1);
|
| tree-ssa-tail-merge.cc | 576 gimple_stmt_iterator gsi1, gsi2; local 611 gsi1 = gsi_start_nondebug_bb (bb1); 613 gsi_advance_fw_nondebug_nonlocal (&gsi1); 615 while (!(gsi_end_p (gsi1) || gsi_end_p (gsi2))) 617 s1 = gsi_stmt (gsi1); 623 gsi_next_nondebug (&gsi1); 625 gsi_advance_fw_nondebug_nonlocal (&gsi1); 1309 gimple_stmt_iterator gsi1 = gsi_last_nondebug_bb (bb1); local 1314 gsi_advance_bw_nondebug_nonlocal (&gsi1, &vuse1, &vuse_escaped); 1317 while (!gsi_end_p (gsi1) && !gsi_end_p (gsi2) 1626 gimple_stmt_iterator gsi1 = gsi_start_bb (bb1); local [all...] |
| tree-ssa-phiopt.cc | 764 gimple_stmt_iterator gsi1 = gsi_for_stmt (stmt); local 765 gsi_move_before (&gsi1, gsi); 948 gimple_stmt_iterator gsi1 = gsi_start (seq); local 949 for (; !gsi_end_p (gsi1); gsi_next (&gsi1)) 951 gimple *stmt = gsi_stmt (gsi1);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ipa-icf-gimple.cc | 545 gimple_stmt_iterator gsi1, gsi2; local 548 gsi1 = gsi_start_nondebug_bb (bb1->bb); 551 while (!gsi_end_p (gsi1)) 556 s1 = gsi_stmt (gsi1); 628 gsi_next_nondebug (&gsi1);
|
| tree-ssa-phiopt.cc | 1070 gimple_stmt_iterator gsi1 = gsi_for_stmt (stmt_to_move); local 1071 gsi_move_before (&gsi1, &gsi);
|
| tree-ssa-strlen.cc | 3853 gimple_stmt_iterator gsi1 = gsi_for_stmt (si1->stmt); local 3854 update_gimple_call (&gsi1, builtin_decl_implicit (BUILT_IN_CALLOC), 2, 3858 si1->stmt = gsi_stmt (gsi1);
|
| tree-ssa-tail-merge.cc | 565 gimple_stmt_iterator gsi1, gsi2; local 600 gsi1 = gsi_start_nondebug_bb (bb1); 602 gsi_advance_fw_nondebug_nonlocal (&gsi1); 604 while (!(gsi_end_p (gsi1) || gsi_end_p (gsi2))) 606 s1 = gsi_stmt (gsi1); 612 gsi_next_nondebug (&gsi1); 614 gsi_advance_fw_nondebug_nonlocal (&gsi1); 1298 gimple_stmt_iterator gsi1 = gsi_last_nondebug_bb (bb1); local 1303 gsi_advance_bw_nondebug_nonlocal (&gsi1, &vuse1, &vuse_escaped); 1306 while (!gsi_end_p (gsi1) && !gsi_end_p (gsi2) 1615 gimple_stmt_iterator gsi1 = gsi_start_bb (bb1); local [all...] |
| tree-vect-loop-manip.cc | 1554 gphi_iterator gsi, gsi1; local 1563 for (gsi = gsi_start_phis (loop->header), gsi1 = gsi_start_phis (update_bb); 1564 !gsi_end_p (gsi) && !gsi_end_p (gsi1); 1565 gsi_next (&gsi), gsi_next (&gsi1)) 1574 gphi *phi1 = gsi1.phi ();
|