Lines Matching defs:bundle
4607 rtx_insn *bundle;
4612 bundle = make_insn_raw (seq);
4613 BLOCK_FOR_INSN (bundle) = BLOCK_FOR_INSN (slot[0]);
4614 INSN_LOCATION (bundle) = INSN_LOCATION (slot[0]);
4615 SET_PREV_INSN (bundle) = SET_PREV_INSN (slot[real_first]);
4623 SET_PREV_INSN (insn) = t ? t : PREV_INSN (bundle);
4628 INSN_LOCATION (slot[i]) = INSN_LOCATION (bundle);
4631 SET_NEXT_INSN (bundle) = NEXT_INSN (PREV_INSN (bundle));
4632 SET_NEXT_INSN (t) = NEXT_INSN (bundle);
4633 SET_NEXT_INSN (PREV_INSN (bundle)) = bundle;
4634 SET_PREV_INSN (NEXT_INSN (bundle)) = bundle;
4879 /* Bundle the call and its delay slots into a single
5025 /* We look at one insn (or bundle inside a sequence) in each iteration, storing