Home
last modified time | relevance | path

Searched refs:allocate_thread_path (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-threadupdate.h50 vec<jump_thread_edge *> *allocate_thread_path ();
70 vec<jump_thread_edge *> *allocate_thread_path ();
H A Dtree-ssa-threadedge.cc1074 vec<jump_thread_edge *> *path = m_registry->allocate_thread_path (); in thread_across_edge()
1147 vec<jump_thread_edge *> *path = m_registry->allocate_thread_path (); in thread_across_edge()
H A Dtree-ssa-threadupdate.cc162 jump_thread_path_allocator::allocate_thread_path () in allocate_thread_path() function in jump_thread_path_allocator
208 jt_path_registry::allocate_thread_path () in allocate_thread_path() function in jt_path_registry
210 return m_allocator.allocate_thread_path (); in allocate_thread_path()
H A Dtree-ssa-threadbackward.cc872 vec<jump_thread_edge *> *jump_thread_path = allocate_thread_path (); in register_path()
H A DChangeLog-202113869 (jump_thread_path_registry::allocate_thread_path): Rename...
13870 (jt_path_registry::allocate_thread_path): ...to this.
28000 (jump_thread_path_allocator::allocate_thread_path): New.
28004 (jump_thread_path_registry::allocate_thread_path): New.