Searched refs:bgnloop (Results 1 – 6 of 6) sorted by relevance
168 struct rc_instruction * bgnloop = in rc_variable_compute_live_intervals() local170 chan_start = bgnloop->IP; in rc_variable_compute_live_intervals()198 struct rc_instruction * bgnloop = in rc_variable_compute_live_intervals() local200 if (bgnloop->IP < chan_start) { in rc_variable_compute_live_intervals()201 chan_start = bgnloop->IP; in rc_variable_compute_live_intervals()
83 struct rc_instruction * rc_match_bgnloop(struct rc_instruction * bgnloop);
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()