Home
last modified time | relevance | path

Searched refs:jump_thread_path (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-threadbackward.c457 vec<jump_thread_edge *> *jump_thread_path = new vec<jump_thread_edge *> (); in convert_and_register_current_path() local
468 jump_thread_path->safe_push (x); in convert_and_register_current_path()
474 jump_thread_path->safe_push (x); in convert_and_register_current_path()
476 register_jump_thread (jump_thread_path); in convert_and_register_current_path()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-threadbackward.cc872 vec<jump_thread_edge *> *jump_thread_path = allocate_thread_path (); in register_path() local
883 push_edge (jump_thread_path, e, EDGE_COPY_SRC_BLOCK); in register_path()
886 push_edge (jump_thread_path, taken_edge, EDGE_NO_COPY_SRC_BLOCK); in register_path()
887 register_jump_thread (jump_thread_path); in register_path()