Searched refs:TCGLabelUse (Results 1 – 3 of 3) sorted by relevance
102 typedef struct TCGLabelUse TCGLabelUse; typedef103 struct TCGLabelUse { struct104 QSIMPLEQ_ENTRY(TCGLabelUse) next;117 QSIMPLEQ_HEAD(, TCGLabelUse) branches; argument
286 TCGLabelUse *u = tcg_malloc(sizeof(TCGLabelUse)); in add_as_label_use()
3543 TCGLabelUse *use; in remove_label_use()3547 QSIMPLEQ_REMOVE(&label->branches, use, TCGLabelUse, next); in remove_label_use()3653 TCGLabelUse *u; in move_label_uses()