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

  /src/external/gpl3/gcc/dist/gcc/
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
basic-block.h 42 location_t goto_locus; variable
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...]
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...]
  /src/external/gpl3/gcc.old/dist/gcc/
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
basic-block.h 42 location_t goto_locus; variable
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...]
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...]

Completed in 52 milliseconds