Searched refs:__srcinst (Results 1 – 1 of 1) sorted by relevance
1556 #define foreach_ssa_src_n(__srcinst, __n, __instr) \ argument1557 for (struct ir3_instruction *__srcinst = (void *)~0; __srcinst; \1558 __srcinst = NULL) \1560 if ((__srcinst = *__srcp))1563 #define foreach_ssa_src(__srcinst, __instr) \ argument1564 foreach_ssa_src_n (__srcinst, __i, __instr)