Searched refs:cont_label (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dgimple-low.c751 tree cont_label = create_artificial_label (loc); local
786 g = gimple_build_goto (cont_label);
812 g = gimple_build_label (cont_label);
/haiku-buildtools/gcc/gcc/config/spu/
H A Dspu.c4315 rtx bcomp, hit_label, hit_ref, cont_label;
4402 cont_label = gen_label_rtx ();
4403 emit_jump_insn (gen_jump (cont_label));
4447 emit_label (cont_label);
4305 rtx bcomp, hit_label, hit_ref, cont_label; local

Completed in 55 milliseconds