Searched refs:end_loop (Results 1 – 6 of 6) sorted by relevance
615 struct rc_instruction *end_loop = NULL; in allocate_temporary_registers() local653 if (!end_loop && inst->U.I.Opcode == RC_OPCODE_BGNLOOP) in allocate_temporary_registers()654 end_loop = rc_match_bgnloop(inst); in allocate_temporary_registers()656 if (inst == end_loop) { in allocate_temporary_registers()657 end_loop = NULL; in allocate_temporary_registers()663 ta[inst->U.I.SrcReg[i].Index].LastRead = end_loop ? end_loop : inst; in allocate_temporary_registers()
78 defm END_LOOP : NRI<(outs), (ins), [], "end_loop", 0x0b>;
1275 $ end_loop:
10231 end_loop(isel_context* ctx, loop_context* lc) in end_loop() function10539 end_loop(ctx, &lc); in visit_loop()