Searched refs:__srcinst (Results 1 – 1 of 1) sorted by relevance
1191 #define foreach_ssa_src_n(__srcinst, __n, __instr) \ argument1192 for (struct ir3_instruction *__srcinst = (void *)~0; __srcinst; __srcinst = NULL) \1194 if ((__srcinst = *__srcp))1197 #define foreach_ssa_src(__srcinst, __instr) \ argument1198 foreach_ssa_src_n(__srcinst, __i, __instr)