Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-brig.c196 static vec <hsa_insn_sbr *> *switch_instructions; variable
1910 if (switch_instructions == NULL) in emit_insn()
1911 switch_instructions = new vec <hsa_insn_sbr *> (); in emit_insn()
1913 switch_instructions->safe_push (sbr); in emit_insn()
2031 if (switch_instructions) in hsa_brig_emit_function()
2033 for (unsigned i = 0; i < switch_instructions->length (); i++) in hsa_brig_emit_function()
2035 hsa_insn_sbr *sbr = (*switch_instructions)[i]; in hsa_brig_emit_function()
2044 switch_instructions->release (); in hsa_brig_emit_function()
2045 delete switch_instructions; in hsa_brig_emit_function() local
2046 switch_instructions = NULL; in hsa_brig_emit_function()