| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| supergraph.cc | 857 const glabel *label_stmt = dyn_cast<const glabel *> (m_stmts[0]); local 858 if (!label_stmt) 860 return gimple_label_label (label_stmt);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| ipa-strub.cc | 922 glabel *label_stmt = dyn_cast <glabel *> (gsi_stmt (gsi)); 925 if (!label_stmt) 928 target = gimple_label_label (label_stmt); 938 sorry_at (gimple_location (label_stmt), 921 glabel *label_stmt = dyn_cast <glabel *> (gsi_stmt (gsi)); local
|
| tree-eh.cc | 1133 glabel *label_stmt; local 1187 label_stmt = gimple_build_label (finally_label); 1188 gimple_seq_add_stmt (&tf->top_p_seq, label_stmt); 4287 glabel *label_stmt = dyn_cast <glabel *> (gsi_stmt (gsi)); 4291 if (!label_stmt) 4293 lab = gimple_label_label (label_stmt); 4282 glabel *label_stmt = dyn_cast <glabel *> (gsi_stmt (gsi)); local
|
| tree-cfg.cc | 1025 glabel *label_stmt = dyn_cast <glabel *> (gsi_stmt (gsi)); local 1028 if (!label_stmt) 1031 target = gimple_label_label (label_stmt); 1621 glabel *label_stmt = dyn_cast <glabel *> (gsi_stmt (i)); local 1623 if (!label_stmt) 1626 label = gimple_label_label (label_stmt); 1781 glabel *label_stmt = dyn_cast <glabel *> (gsi_stmt (i)); local 1783 if (!label_stmt) 1786 label = gimple_label_label (label_stmt); 1981 glabel *label_stmt = dyn_cast <glabel *> (gsi_stmt (gsi)) local 2359 glabel *label_stmt = dyn_cast <glabel *> (stmt); local [all...] |
| gimplify.cc | 3057 glabel *label_stmt = gimple_build_label (label); 3058 gimple_set_location (label_stmt, EXPR_LOCATION (*expr_p)); 3059 gimplify_seq_add_stmt (pre_p, label_stmt); 3077 glabel *label_stmt; 3088 label_stmt = gimple_build_label (label); 3089 gimple_set_location (label_stmt, EXPR_LOCATION (*expr_p)); 3091 gimplify_seq_add_stmt (pre_p, label_stmt); 3054 glabel *label_stmt = gimple_build_label (label); local 3074 glabel *label_stmt; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-eh.cc | 1132 glabel *label_stmt; local 1186 label_stmt = gimple_build_label (finally_label); 1187 gimple_seq_add_stmt (&tf->top_p_seq, label_stmt); 4266 glabel *label_stmt = dyn_cast <glabel *> (gsi_stmt (gsi)); 4270 if (!label_stmt) 4272 lab = gimple_label_label (label_stmt); 4261 glabel *label_stmt = dyn_cast <glabel *> (gsi_stmt (gsi)); local
|
| tree-cfg.cc | 1021 glabel *label_stmt = dyn_cast <glabel *> (gsi_stmt (gsi)); local 1024 if (!label_stmt) 1027 target = gimple_label_label (label_stmt); 1539 glabel *label_stmt = dyn_cast <glabel *> (gsi_stmt (i)); local 1541 if (!label_stmt) 1544 label = gimple_label_label (label_stmt); 1699 glabel *label_stmt = dyn_cast <glabel *> (gsi_stmt (i)); local 1701 if (!label_stmt) 1704 label = gimple_label_label (label_stmt); 1897 if (glabel *label_stmt = dyn_cast <glabel *> (stmt) 1906 glabel *label_stmt = dyn_cast <glabel *> (gsi_stmt (gsi)); local 2283 glabel *label_stmt = dyn_cast <glabel *> (stmt); local [all...] |
| gimplify.cc | 2807 glabel *label_stmt = gimple_build_label (label); 2808 gimple_set_location (label_stmt, EXPR_LOCATION (*expr_p)); 2809 gimplify_seq_add_stmt (pre_p, label_stmt); 2827 glabel *label_stmt; 2838 label_stmt = gimple_build_label (label); 2839 gimple_set_location (label_stmt, EXPR_LOCATION (*expr_p)); 2841 gimplify_seq_add_stmt (pre_p, label_stmt); 2804 glabel *label_stmt = gimple_build_label (label); local 2824 glabel *label_stmt; local
|