Lines Matching refs:ftmp
8254 Mfix * ftmp; in arm_reorg() local
8270 for (ftmp = fix; ftmp; ftmp = ftmp->next) in arm_reorg()
8272 if (GET_CODE (ftmp->insn) == BARRIER) in arm_reorg()
8274 if (ftmp->address >= minipool_vector_head->max_address) in arm_reorg()
8277 last_barrier = ftmp; in arm_reorg()
8279 else if ((ftmp->minipool = add_minipool_forward_ref (ftmp)) == NULL) in arm_reorg()
8282 last_added_fix = ftmp; /* Keep track of the last fix added. */ in arm_reorg()
8293 fdel && fdel != ftmp; in arm_reorg()
8300 ftmp = last_barrier; in arm_reorg()
8313 gcc_assert (ftmp); in arm_reorg()
8322 if (ftmp->address < max_address) in arm_reorg()
8323 max_address = ftmp->address + 1; in arm_reorg()
8330 while (ftmp) in arm_reorg()
8332 if (GET_CODE (ftmp->insn) != BARRIER in arm_reorg()
8333 && ((ftmp->minipool = add_minipool_backward_ref (ftmp)) in arm_reorg()
8337 ftmp = ftmp->next; in arm_reorg()
8342 for (this_fix = fix; this_fix && ftmp != this_fix; in arm_reorg()
8354 fix = ftmp; in arm_reorg()