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

  /src/external/gpl3/gcc/dist/gcc/
cfghooks.cc 938 vec<basic_block> doms_to_fix; local
939 doms_to_fix.create (2);
940 doms_to_fix.quick_push (dummy);
941 doms_to_fix.quick_push (bb);
942 iterate_fix_dominators (CDI_DOMINATORS, doms_to_fix, false);
943 doms_to_fix.release ();
  /src/external/gpl3/gcc.old/dist/gcc/
cfghooks.cc 937 vec<basic_block> doms_to_fix; local
938 doms_to_fix.create (2);
939 doms_to_fix.quick_push (dummy);
940 doms_to_fix.quick_push (bb);
941 iterate_fix_dominators (CDI_DOMINATORS, doms_to_fix, false);
942 doms_to_fix.release ();

Completed in 35 milliseconds