| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-harden-conditionals.cc | 270 e->goto_locus = loc; 290 location_t eloc = e->goto_locus; 295 single_pred_edge (chk)->goto_locus = loc; 296 single_succ_edge (chk)->goto_locus = eloc; 562 single_succ_edge (bb)->goto_locus = loc;
|
| cfgrtl.cc | 816 const location_t goto_locus = EDGE_SUCC (a, 0)->goto_locus; 819 if (LOCATION_LOCUS (goto_locus) == UNKNOWN_LOCATION) 828 if (insn != end && loc_equal (INSN_LOCATION (insn), goto_locus)) 840 && loc_equal (INSN_LOCATION (insn), goto_locus)) 857 INSN_LOCATION (BB_END (a)) = EDGE_SUCC (a, 0)->goto_locus; 870 && LOCATION_LOCUS (EDGE_SUCC (b, 0)->goto_locus) == UNKNOWN_LOCATION; 966 EDGE_SUCC (b, 0)->goto_locus = EDGE_SUCC (a, 0)->goto_locus; 1708 loc = e->goto_locus; 809 const location_t goto_locus = EDGE_SUCC (a, 0)->goto_locus; local [all...] |
| profile.cc | 1252 && !RESERVED_LOCATION_P (e->goto_locus) 1254 && (LOCATION_FILE (e->goto_locus) 1256 || (LOCATION_LINE (e->goto_locus) 1261 ne->goto_locus = e->goto_locus; 1510 It's hard to distinguish such expression, but goto_locus should 1514 && (loc = single_succ_edge (bb)->goto_locus)
|
| cfg.cc | 567 if (do_details && LOCATION_LOCUS (e->goto_locus) > BUILTINS_LOCATION) 568 fprintf (file, " %s:%d:%d", LOCATION_FILE (e->goto_locus), 569 LOCATION_LINE (e->goto_locus), LOCATION_COLUMN (e->goto_locus));
|
| cfgcleanup.cc | 415 location_t goto_locus; 435 goto_locus = e->goto_locus; 453 location_t new_locus = single_succ_edge (target)->goto_locus; 454 location_t locus = goto_locus; 482 goto_locus = locus; 556 e->goto_locus = goto_locus; 411 location_t goto_locus; local
|
| tree-cfgcleanup.cc | 369 locus = single_succ_edge (bb)->goto_locus; 379 /* If goto_locus of any of the edges differs, prevent removing 382 && (LOCATION_LOCUS (e->goto_locus) != UNKNOWN_LOCATION 384 && e->goto_locus != locus)
|
| tree-cfg.cc | 817 e->goto_locus = gimple_location (last); 869 e->goto_locus = gimple_location (last); 1310 e->goto_locus = gimple_location (then_stmt); 1313 e->goto_locus = gimple_location (else_stmt); 1481 e->goto_locus = gimple_location (goto_t); 2013 /* When not optimizing, don't merge if we'd lose goto_locus. */ 2015 && single_succ_edge (a)->goto_locus != UNKNOWN_LOCATION) 2017 location_t goto_locus = single_succ_edge (a)->goto_locus; local 2024 || gimple_location (gsi_stmt (prev)) != goto_locus) [all...] |
| basic-block.h | 42 location_t goto_locus; variable
|
| cfgexpand.cc | 2676 if (true_edge->goto_locus != UNKNOWN_LOCATION) 2677 set_curr_insn_location (true_edge->goto_locus); 2687 if (false_edge->goto_locus != UNKNOWN_LOCATION) 2688 set_curr_insn_location (false_edge->goto_locus); 2697 if (false_edge->goto_locus != UNKNOWN_LOCATION) 2698 set_curr_insn_location (false_edge->goto_locus); 2723 if (true_edge->goto_locus != UNKNOWN_LOCATION) 2725 set_curr_insn_location (true_edge->goto_locus); 2726 true_edge->goto_locus = curr_insn_location (); 6151 /* Expand implicit goto and convert goto_locus. * [all...] |
| tree-outof-ssa.cc | 184 if (e->goto_locus) 185 set_curr_insn_location (e->goto_locus);
|
| tree-ssa-live.cc | 880 if (LOCATION_BLOCK (e->goto_locus) != NULL) 881 TREE_USED (LOCATION_BLOCK (e->goto_locus)) = true;
|
| tree-ssa-loop-ivcanon.cc | 681 location_t locus = latch_edge->goto_locus; 696 latch_edge->goto_locus = locus;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-harden-conditionals.cc | 259 e->goto_locus = loc; 279 location_t eloc = e->goto_locus; 284 single_pred_edge (chk)->goto_locus = loc; 285 single_succ_edge (chk)->goto_locus = eloc; 526 single_succ_edge (bb)->goto_locus = loc;
|
| cfgrtl.cc | 817 const location_t goto_locus = EDGE_SUCC (a, 0)->goto_locus; 820 if (LOCATION_LOCUS (goto_locus) == UNKNOWN_LOCATION) 829 if (insn != end && loc_equal (INSN_LOCATION (insn), goto_locus)) 841 && loc_equal (INSN_LOCATION (insn), goto_locus)) 858 INSN_LOCATION (BB_END (a)) = EDGE_SUCC (a, 0)->goto_locus; 871 && LOCATION_LOCUS (EDGE_SUCC (b, 0)->goto_locus) == UNKNOWN_LOCATION; 967 EDGE_SUCC (b, 0)->goto_locus = EDGE_SUCC (a, 0)->goto_locus; 1709 loc = e->goto_locus; 810 const location_t goto_locus = EDGE_SUCC (a, 0)->goto_locus; local [all...] |
| profile.cc | 1233 && !RESERVED_LOCATION_P (e->goto_locus) 1235 && (LOCATION_FILE (e->goto_locus) 1237 || (LOCATION_LINE (e->goto_locus) 1242 ne->goto_locus = e->goto_locus; 1483 It's hard to distinguish such expression, but goto_locus should 1487 && (loc = single_succ_edge (bb)->goto_locus)
|
| cfg.cc | 566 if (do_details && LOCATION_LOCUS (e->goto_locus) > BUILTINS_LOCATION) 567 fprintf (file, " %s:%d:%d", LOCATION_FILE (e->goto_locus), 568 LOCATION_LINE (e->goto_locus), LOCATION_COLUMN (e->goto_locus));
|
| cfgcleanup.cc | 415 location_t goto_locus; 435 goto_locus = e->goto_locus; 453 location_t new_locus = single_succ_edge (target)->goto_locus; 454 location_t locus = goto_locus; 482 goto_locus = locus; 556 e->goto_locus = goto_locus; 411 location_t goto_locus; local
|
| tree-cfgcleanup.cc | 364 locus = single_succ_edge (bb)->goto_locus; 374 /* If goto_locus of any of the edges differs, prevent removing 377 && (LOCATION_LOCUS (e->goto_locus) != UNKNOWN_LOCATION 379 && e->goto_locus != locus)
|
| tree-cfg.cc | 814 e->goto_locus = gimple_location (last); 865 e->goto_locus = gimple_location (last); 1227 e->goto_locus = gimple_location (then_stmt); 1230 e->goto_locus = gimple_location (else_stmt); 1399 e->goto_locus = gimple_location (goto_t); 1938 /* When not optimizing, don't merge if we'd lose goto_locus. */ 1940 && single_succ_edge (a)->goto_locus != UNKNOWN_LOCATION) 1942 location_t goto_locus = single_succ_edge (a)->goto_locus; local 1949 || gimple_location (gsi_stmt (prev)) != goto_locus) [all...] |
| basic-block.h | 42 location_t goto_locus; variable
|
| cfgexpand.cc | 2668 if (true_edge->goto_locus != UNKNOWN_LOCATION) 2669 set_curr_insn_location (true_edge->goto_locus); 2679 if (false_edge->goto_locus != UNKNOWN_LOCATION) 2680 set_curr_insn_location (false_edge->goto_locus); 2689 if (false_edge->goto_locus != UNKNOWN_LOCATION) 2690 set_curr_insn_location (false_edge->goto_locus); 2715 if (true_edge->goto_locus != UNKNOWN_LOCATION) 2717 set_curr_insn_location (true_edge->goto_locus); 2718 true_edge->goto_locus = curr_insn_location (); 6129 /* Expand implicit goto and convert goto_locus. * [all...] |
| tree-outof-ssa.cc | 184 if (e->goto_locus) 185 set_curr_insn_location (e->goto_locus);
|
| tree-ssa-live.cc | 851 if (LOCATION_BLOCK (e->goto_locus) != NULL) 852 TREE_USED (LOCATION_BLOCK (e->goto_locus)) = true;
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| infinite-loop.cc | 528 if (cfg_edge->goto_locus > BUILTINS_LOCATION) 529 first_loc = cfg_edge->goto_locus;
|
| supergraph.h | 535 location_t get_goto_locus () const { return m_cfg_edge->goto_locus; }
|