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

  /src/external/gpl3/gcc.old/dist/gcc/
internal-fn.cc 1527 rtx_code_label *do_main_label; local
1528 do_main_label = gen_label_rtx ();
1530 NULL, do_main_label, profile_probability::very_likely ());
1532 NULL, do_main_label, profile_probability::very_likely ());
1534 emit_label (do_main_label);
1666 rtx_code_label *do_main_label, *after_negate_label; local
1674 do_main_label = gen_label_rtx ();
1690 emit_jump (do_main_label);
1695 NULL, do_main_label,
1703 NULL, do_main_label,
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
internal-fn.cc 1771 rtx_code_label *do_main_label; local
1772 do_main_label = gen_label_rtx ();
1774 NULL, do_main_label, profile_probability::very_likely ());
1776 NULL, do_main_label, profile_probability::very_likely ());
1778 emit_label (do_main_label);
1910 rtx_code_label *do_main_label, *after_negate_label; local
1918 do_main_label = gen_label_rtx ();
1934 emit_jump (do_main_label);
1939 NULL, do_main_label,
1947 NULL, do_main_label,
    [all...]

Completed in 17 milliseconds