Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-recording.cc7453 m_fallthrough_block (fallthrough_block) in extended_asm_goto()
7469 if (m_fallthrough_block) in replay_into()
7472 m_fallthrough_block->playback_block ()); in replay_into()
7504 (m_fallthrough_block in write_reproducer()
7505 ? r.get_identifier (m_fallthrough_block) in write_reproducer()
7522 if (m_fallthrough_block) in get_successor_blocks()
7523 result.quick_push (m_fallthrough_block); in get_successor_blocks()
7543 if (m_fallthrough_block) in maybe_print_gotos()
7545 m_fallthrough_block->get_debug_string ()); in maybe_print_gotos()
H A Djit-recording.h2458 block *m_fallthrough_block; variable