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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-threadupdate.cc 2292 vec<jump_thread_edge *> *curr_path = m_paths[curr_path_num]; local
2305 if ((*cand_path)[0]->e != (*curr_path)[0]->e)
2318 unsigned minlength = MIN (curr_path->length (), cand_path->length ());
2323 edge curr_edge = (*curr_path)[j]->e;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-threadupdate.cc 2299 vec<jump_thread_edge *> *curr_path = m_paths[curr_path_num]; local
2312 if ((*cand_path)[0]->e != (*curr_path)[0]->e)
2325 unsigned minlength = MIN (curr_path->length (), cand_path->length ());
2330 edge curr_edge = (*curr_path)[j]->e;

Completed in 73 milliseconds