Searched refs:TCGLabelUse (Results 1 – 3 of 3) sorted by relevance
206 typedef struct TCGLabelUse TCGLabelUse; typedef207 struct TCGLabelUse { struct208 QSIMPLEQ_ENTRY(TCGLabelUse) next;221 QSIMPLEQ_HEAD(, TCGLabelUse) branches; argument
291 TCGLabelUse *u = tcg_malloc(sizeof(TCGLabelUse)); in add_as_label_use()
3158 TCGLabelUse *use; in remove_label_use()3162 QSIMPLEQ_REMOVE(&label->branches, use, TCGLabelUse, next); in remove_label_use()3265 TCGLabelUse *u; in move_label_uses()