GCC Middle and Back End API Reference
|
#include <tree-ssa-threadupdate.h>
Public Member Functions | |
jump_thread_path_allocator () | |
~jump_thread_path_allocator () | |
jump_thread_edge * | allocate_thread_edge (edge, jump_thread_edge_type) |
vec< jump_thread_edge * > * | allocate_thread_path () |
Private Member Functions | |
DISABLE_COPY_AND_ASSIGN (jump_thread_path_allocator) | |
Private Attributes | |
obstack | m_obstack |
jump_thread_path_allocator::jump_thread_path_allocator | ( | ) |
References m_obstack.
jump_thread_edge * jump_thread_path_allocator::allocate_thread_edge | ( | edge | e, |
jump_thread_edge_type | type ) |
Referenced by jt_path_registry::push_edge().
vec< jump_thread_edge * > * jump_thread_path_allocator::allocate_thread_path | ( | ) |
Referenced by jt_path_registry::allocate_thread_path().
|
private |
|
private |