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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-threadupdate.cc 1704 enum bb_dom_status domst; local
1822 domst = determine_bb_domination_status (loop, tgt_bb);
1823 if (domst == DOMST_NONDOMINATING)
1825 if (domst == DOMST_LOOP_BROKEN)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-threadupdate.cc 1711 enum bb_dom_status domst; local
1829 domst = determine_bb_domination_status (loop, tgt_bb);
1830 if (domst == DOMST_NONDOMINATING)
1832 if (domst == DOMST_LOOP_BROKEN)

Completed in 70 milliseconds