Searched defs:loop_edge (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/ |
H A D | gcn-tree.cc | 169 edge loop_edge = make_edge (loop_bb, loop_bb, EDGE_FALSE_VALUE); in gcn_lockless_update() local 246 edge loop_edge = make_edge (lock_bb, lock_bb, EDGE_FALSE_VALUE); in gcn_lockfull_update() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/ |
H A D | gcn-tree.c | 288 edge loop_edge = make_edge (loop_bb, loop_bb, EDGE_FALSE_VALUE); in gcn_lockless_update() local 365 edge loop_edge = make_edge (lock_bb, lock_bb, EDGE_FALSE_VALUE); in gcn_lockfull_update() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nvptx/ |
H A D | nvptx.c | 5995 edge loop_edge = make_edge (loop_bb, loop_bb, EDGE_FALSE_VALUE); in nvptx_lockless_update() local 6070 edge loop_edge = make_edge (lock_bb, lock_bb, EDGE_FALSE_VALUE); in nvptx_lockfull_update() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/ |
H A D | nvptx.cc | 6746 edge loop_edge = make_edge (loop_bb, loop_bb, EDGE_FALSE_VALUE); in nvptx_lockless_update() local 6821 edge loop_edge = make_edge (lock_bb, lock_bb, EDGE_FALSE_VALUE); in nvptx_lockfull_update() local
|