Home
last modified time | relevance | path

Searched refs:cand_path (Results 1 – 11 of 11) sorted by relevance

/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-threadupdate.c2233 vec<jump_thread_edge *> *cand_path = paths[cand_path_num]; in adjust_paths_after_duplication() local
2234 if ((*cand_path)[0]->type != EDGE_FSM_THREAD in adjust_paths_after_duplication()
2235 || (*cand_path)[0]->e != (*curr_path)[0]->e) in adjust_paths_after_duplication()
2248 unsigned minlength = MIN (curr_path->length (), cand_path->length ()); in adjust_paths_after_duplication()
2252 edge cand_edge = (*cand_path)[j]->e; in adjust_paths_after_duplication()
2271 if (cand_path->length () > minlength) in adjust_paths_after_duplication()
2282 if (j == cand_path->length ()) in adjust_paths_after_duplication()
2287 delete_jump_thread_path (cand_path); in adjust_paths_after_duplication()
2292 cand_path->block_remove (0, j); in adjust_paths_after_duplication()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-threadupdate.c2233 vec<jump_thread_edge *> *cand_path = paths[cand_path_num]; in adjust_paths_after_duplication() local
2234 if ((*cand_path)[0]->type != EDGE_FSM_THREAD in adjust_paths_after_duplication()
2235 || (*cand_path)[0]->e != (*curr_path)[0]->e) in adjust_paths_after_duplication()
2248 unsigned minlength = MIN (curr_path->length (), cand_path->length ()); in adjust_paths_after_duplication()
2252 edge cand_edge = (*cand_path)[j]->e; in adjust_paths_after_duplication()
2271 if (cand_path->length () > minlength) in adjust_paths_after_duplication()
2282 if (j == cand_path->length ()) in adjust_paths_after_duplication()
2287 delete_jump_thread_path (cand_path); in adjust_paths_after_duplication()
2292 cand_path->block_remove (0, j); in adjust_paths_after_duplication()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-threadupdate.c2152 vec<jump_thread_edge *> *cand_path = paths[cand_path_num]; in adjust_paths_after_duplication() local
2153 if ((*cand_path)[0]->type != EDGE_FSM_THREAD in adjust_paths_after_duplication()
2154 || (*cand_path)[0]->e != (*curr_path)[0]->e) in adjust_paths_after_duplication()
2167 unsigned minlength = MIN (curr_path->length (), cand_path->length ()); in adjust_paths_after_duplication()
2171 edge cand_edge = (*cand_path)[j]->e; in adjust_paths_after_duplication()
2190 if (cand_path->length () > minlength) in adjust_paths_after_duplication()
2201 if (j == cand_path->length ()) in adjust_paths_after_duplication()
2206 delete_jump_thread_path (cand_path); in adjust_paths_after_duplication()
2211 cand_path->block_remove (0, j); in adjust_paths_after_duplication()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-threadupdate.c2233 vec<jump_thread_edge *> *cand_path = paths[cand_path_num]; in adjust_paths_after_duplication() local
2234 if ((*cand_path)[0]->type != EDGE_FSM_THREAD in adjust_paths_after_duplication()
2235 || (*cand_path)[0]->e != (*curr_path)[0]->e) in adjust_paths_after_duplication()
2248 unsigned minlength = MIN (curr_path->length (), cand_path->length ()); in adjust_paths_after_duplication()
2252 edge cand_edge = (*cand_path)[j]->e; in adjust_paths_after_duplication()
2271 if (cand_path->length () > minlength) in adjust_paths_after_duplication()
2282 if (j == cand_path->length ()) in adjust_paths_after_duplication()
2287 delete_jump_thread_path (cand_path); in adjust_paths_after_duplication()
2292 cand_path->block_remove (0, j); in adjust_paths_after_duplication()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-threadupdate.c2233 vec<jump_thread_edge *> *cand_path = paths[cand_path_num]; in adjust_paths_after_duplication() local
2234 if ((*cand_path)[0]->type != EDGE_FSM_THREAD in adjust_paths_after_duplication()
2235 || (*cand_path)[0]->e != (*curr_path)[0]->e) in adjust_paths_after_duplication()
2248 unsigned minlength = MIN (curr_path->length (), cand_path->length ()); in adjust_paths_after_duplication()
2252 edge cand_edge = (*cand_path)[j]->e; in adjust_paths_after_duplication()
2271 if (cand_path->length () > minlength) in adjust_paths_after_duplication()
2282 if (j == cand_path->length ()) in adjust_paths_after_duplication()
2287 delete_jump_thread_path (cand_path); in adjust_paths_after_duplication()
2292 cand_path->block_remove (0, j); in adjust_paths_after_duplication()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-threadupdate.c2233 vec<jump_thread_edge *> *cand_path = paths[cand_path_num]; in adjust_paths_after_duplication() local
2234 if ((*cand_path)[0]->type != EDGE_FSM_THREAD in adjust_paths_after_duplication()
2235 || (*cand_path)[0]->e != (*curr_path)[0]->e) in adjust_paths_after_duplication()
2248 unsigned minlength = MIN (curr_path->length (), cand_path->length ()); in adjust_paths_after_duplication()
2252 edge cand_edge = (*cand_path)[j]->e; in adjust_paths_after_duplication()
2271 if (cand_path->length () > minlength) in adjust_paths_after_duplication()
2282 if (j == cand_path->length ()) in adjust_paths_after_duplication()
2287 delete_jump_thread_path (cand_path); in adjust_paths_after_duplication()
2292 cand_path->block_remove (0, j); in adjust_paths_after_duplication()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-threadupdate.c2233 vec<jump_thread_edge *> *cand_path = paths[cand_path_num]; in adjust_paths_after_duplication() local
2234 if ((*cand_path)[0]->type != EDGE_FSM_THREAD in adjust_paths_after_duplication()
2235 || (*cand_path)[0]->e != (*curr_path)[0]->e) in adjust_paths_after_duplication()
2248 unsigned minlength = MIN (curr_path->length (), cand_path->length ()); in adjust_paths_after_duplication()
2252 edge cand_edge = (*cand_path)[j]->e; in adjust_paths_after_duplication()
2271 if (cand_path->length () > minlength) in adjust_paths_after_duplication()
2282 if (j == cand_path->length ()) in adjust_paths_after_duplication()
2287 delete_jump_thread_path (cand_path); in adjust_paths_after_duplication()
2292 cand_path->block_remove (0, j); in adjust_paths_after_duplication()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-threadupdate.c2152 vec<jump_thread_edge *> *cand_path = paths[cand_path_num]; in adjust_paths_after_duplication() local
2153 if ((*cand_path)[0]->type != EDGE_FSM_THREAD in adjust_paths_after_duplication()
2154 || (*cand_path)[0]->e != (*curr_path)[0]->e) in adjust_paths_after_duplication()
2167 unsigned minlength = MIN (curr_path->length (), cand_path->length ()); in adjust_paths_after_duplication()
2171 edge cand_edge = (*cand_path)[j]->e; in adjust_paths_after_duplication()
2190 if (cand_path->length () > minlength) in adjust_paths_after_duplication()
2201 if (j == cand_path->length ()) in adjust_paths_after_duplication()
2206 delete_jump_thread_path (cand_path); in adjust_paths_after_duplication()
2211 cand_path->block_remove (0, j); in adjust_paths_after_duplication()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssa-threadupdate.c2152 vec<jump_thread_edge *> *cand_path = paths[cand_path_num]; in adjust_paths_after_duplication() local
2153 if ((*cand_path)[0]->type != EDGE_FSM_THREAD in adjust_paths_after_duplication()
2154 || (*cand_path)[0]->e != (*curr_path)[0]->e) in adjust_paths_after_duplication()
2167 unsigned minlength = MIN (curr_path->length (), cand_path->length ()); in adjust_paths_after_duplication()
2171 edge cand_edge = (*cand_path)[j]->e; in adjust_paths_after_duplication()
2190 if (cand_path->length () > minlength) in adjust_paths_after_duplication()
2201 if (j == cand_path->length ()) in adjust_paths_after_duplication()
2206 delete_jump_thread_path (cand_path); in adjust_paths_after_duplication()
2211 cand_path->block_remove (0, j); in adjust_paths_after_duplication()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-threadupdate.c2311 vec<jump_thread_edge *> *cand_path = m_paths[cand_path_num]; in adjust_paths_after_duplication() local
2312 if ((*cand_path)[0]->e != (*curr_path)[0]->e) in adjust_paths_after_duplication()
2325 unsigned minlength = MIN (curr_path->length (), cand_path->length ()); in adjust_paths_after_duplication()
2329 edge cand_edge = (*cand_path)[j]->e; in adjust_paths_after_duplication()
2348 if (cand_path->length () > minlength) in adjust_paths_after_duplication()
2359 if (j == cand_path->length ()) in adjust_paths_after_duplication()
2362 cancel_thread (cand_path, "Adjusted candidate is EMPTY"); in adjust_paths_after_duplication()
2367 if (cand_path->length () - j > 1) in adjust_paths_after_duplication()
2368 cand_path->block_remove (0, j); in adjust_paths_after_duplication()
/dports/net/cloud-init/cloud-init-21.4/cloudinit/sources/
H A DDataSourceAzure.py1687 cand_part, cand_path = partitions[1]
1689 cand_part, cand_path = partitions[0]
1691 if not _has_ntfs_filesystem(cand_path):
1693 (cand_part, cand_path, devpath))
1702 (cand_part, cand_path, devpath))
1710 file_count = util.mount_cb(cand_path, count_files, mtype="ntfs",