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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-threadupdate.cc 2304 vec<jump_thread_edge *> *cand_path = m_paths[cand_path_num]; local
2305 if ((*cand_path)[0]->e != (*curr_path)[0]->e)
2318 unsigned minlength = MIN (curr_path->length (), cand_path->length ());
2322 edge cand_edge = (*cand_path)[j]->e;
2341 if (cand_path->length () > minlength)
2352 if (j == cand_path->length ())
2355 cancel_thread (cand_path, "Adjusted candidate is EMPTY");
2360 if (cand_path->length () - j > 1)
2361 cand_path->block_remove (0, j);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-threadupdate.cc 2311 vec<jump_thread_edge *> *cand_path = m_paths[cand_path_num]; local
2312 if ((*cand_path)[0]->e != (*curr_path)[0]->e)
2325 unsigned minlength = MIN (curr_path->length (), cand_path->length ());
2329 edge cand_edge = (*cand_path)[j]->e;
2348 if (cand_path->length () > minlength)
2359 if (j == cand_path->length ())
2362 cancel_thread (cand_path, "Adjusted candidate is EMPTY");
2367 if (cand_path->length () - j > 1)
2368 cand_path->block_remove (0, j);

Completed in 19 milliseconds