Searched refs:is_controlflow (Results 1 – 1 of 1) sorted by relevance
1313 static int is_controlflow(struct rc_instruction * inst) in is_controlflow() function1341 if (is_controlflow(inst)) { in rc_pair_schedule()1348 while(inst != &c->Base.Program.Instructions && !is_controlflow(inst)) in rc_pair_schedule()