Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-recording.cc7260 m_output_ops.safe_push (op); in add_output_operand()
7298 FOR_EACH_VEC_ELT (m_output_ops, i, rec_asm_op) in replay_into()
7363 FOR_EACH_VEC_ELT (m_output_ops, i, asm_op) in make_debug_string()
H A Djit-recording.h2404 auto_vec<output_asm_operand *> m_output_ops; variable