Searched refs:bgnloop (Results 1 – 4 of 4) sorted by relevance
169 struct rc_instruction * bgnloop = in rc_variable_compute_live_intervals() local171 chan_start = bgnloop->IP; in rc_variable_compute_live_intervals()199 struct rc_instruction * bgnloop = in rc_variable_compute_live_intervals() local201 if (bgnloop->IP < chan_start) { in rc_variable_compute_live_intervals()202 chan_start = bgnloop->IP; in rc_variable_compute_live_intervals()
659 struct rc_instruction * rc_match_bgnloop(struct rc_instruction * bgnloop) in rc_match_bgnloop() argument663 for (inst = bgnloop->Next; inst!=bgnloop; inst = inst->Next) { in rc_match_bgnloop()
110 struct rc_instruction * rc_match_bgnloop(struct rc_instruction * bgnloop);
1632 last bgnloop. The instruction must appear within a bgnloop/endloop.1652 End a loop started with bgnloop.