Searched refs:deleted (Results 1 - 25 of 42) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug059.go32 m["0"][0] = "deleted";
33 if m["0"][0] != "deleted" {
/haiku-buildtools/legacy/gcc/libio/tests/
H A Dtiomisc.exp10 maybe deleted
/haiku-buildtools/gcc/libcpp/
H A Dsymtab.c36 /* A deleted entry. */
151 /* We prefer to overwrite the first deleted slot we saw. */
277 size_t total_bytes, longest, deleted = 0; local
293 ++deleted;
316 fprintf (stderr, "deleted\t\t%lu\n",
317 (unsigned long) deleted);
/haiku-buildtools/gcc/gcc/
H A Djump.c344 gcc_assert (! insn->deleted ());
365 if (insn->deleted ())
1202 have been deleted. */
1214 if (! insn || ! insn->deleted ())
1245 if (! insn->deleted ())
1300 Returns the first insn after INSN that was not deleted.
1313 while (next && next->deleted ())
1316 /* This insn is already deleted => return first following nondeleted. */
1317 if (insn->deleted ())
1338 for (p = next && next->deleted ()
[all...]
H A Dree.c59 The original extension instruction is then deleted if all the
585 /* True if the insn is scheduled to be deleted. */
586 unsigned int deleted : 1; member in struct:ext_modified
733 /* If def_insn is already scheduled to be deleted, don't attempt
735 if (state->modified[INSN_UID (def_insn)].deleted)
980 purposes. This extension cannot be deleted. */
1208 state.modified[INSN_UID (curr_cand->insn)].deleted = 1;
H A Ddse.c104 deleted if it if cannot be reached in the backward direction by any
162 this case S2 can be deleted if there are paths from S2 to the
164 second case allows stores to the stack frame to be deleted that
365 be deleted. This is set if the insn is a parallel and there is
408 cselib base. Such stores can only be deleted by the local
562 deleted. */
1422 from being deleted. On the other hand, it does provide something
1679 /* An insn can be deleted if every position of every one of
2661 that it can be locally deleted if found dead or used for
2697 being deleted, the
3544 bool deleted = false; local
[all...]
H A Dcprop.c1105 if (insn->deleted ())
1291 if (insn->deleted ())
1889 insn into a NOTE, or deleted the insn. */
1890 if (! NOTE_P (insn) && ! insn->deleted ())
H A Dreorg.c569 /* Show that this copy of the insn isn't deleted. */
1466 if (thread->deleted ())
1504 if (thread->deleted ())
1564 label that used to precede them has been deleted as dead.
1799 of WHERE for mark_target_live_regs. These markers will be deleted when
1868 /* Called when an insn redundant with start_insn is deleted. If there
1870 and stop_insn, then the REG_DEAD note needs to be deleted since the
1873 If the REG_DEAD note isn't deleted, then mark_target_live_regs may be
1991 || insn->deleted ()
2202 fill_eager_delay_slots anyways, it was just deleted
[all...]
H A Dtree-sra.c433 /* Number of times sra_modify_assign has deleted a statement. */
434 int deleted; member in struct:__anon212
3402 sra_stats.deleted++;
3424 sra_stats.deleted++;
3461 bool modified = false, deleted = false; local
3476 deleted = assign_result == SRA_AM_REMOVED;
3521 if (!deleted)
3597 statistics_counter_event (cfun, "Deleted stmts", sra_stats.deleted);
5262 statistics_counter_event (cfun, "Unused parameters deleted",
H A Dtree-ssa-structalias.c1413 sbitmap deleted; member in struct:scc_info
1452 if (bitmap_bit_p (si->deleted, w))
1503 bitmap_set_bit (si->deleted, n);
1866 si->deleted = sbitmap_alloc (size);
1867 bitmap_clear (si->deleted);
1884 sbitmap_free (si->deleted);
2068 if (bitmap_bit_p (si->deleted, w))
2085 if (bitmap_bit_p (si->deleted, w))
2131 bitmap_set_bit (si->deleted, n);
H A Dresource.c948 start of the basic block has been deleted. */
950 && ! BB_HEAD (BASIC_BLOCK_FOR_FN (cfun, tinfo->block))->deleted ())
H A Ddf-problems.c1049 S may not be deleted from the dataflow solution because they
1316 /* Make sure there are no dirty bits in blocks that have been deleted. */
1860 /* Make sure there are no dirty bits in blocks that have been deleted. */
2833 bool deleted = false;
2842 deleted = true;
2845 if (deleted)
2827 bool deleted = false; local
H A Demit-rtl.c3850 Ignore deleted insns, which can be occur if not optimizing. */
3852 if (! tem->deleted () && INSN_P (tem))
4031 gcc_assert (!optimize || !after->deleted ());
4060 gcc_assert (!optimize || !before->deleted ());
4147 /* Replace insn with an deleted instruction note. */
H A Dfinal.c1167 if (insn->deleted ())
2220 /* Ignore deleted insns. These can occur when we split insns (due to a
2222 if (insn->deleted ())
2403 /* Emit the label. We may have deleted the CODE_LABEL because
2999 which follows a deleted test insn, and that test insn
H A Dcfgrtl.c142 /* True if a given label can be deleted. */
197 /* If this insn has already been deleted, something is very wrong. */
198 gcc_assert (!insn->deleted ());
287 if (clear_bb && !current->deleted ())
417 non-deleted-note insn, and update the flow graph appropriately.
419 Return nonzero if we deleted an exception handler. */
946 /* Move any deleted labels and other notes between the end of A
1795 /* ??? In a late-running flow pass, other folks may have deleted basic
1810 If block B consisted only of this single jump, turn it into a deleted
1826 be deleted
[all...]
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dmap.go476 mspa[s][i%2] = "deleted"
477 if mspa[s][i%2] != "deleted" {
/haiku-buildtools/gcc/gcc/cp/
H A Dmethod.c612 function would be deleted. */;
735 function would be deleted. */;
1341 /* "The closure type associated with a lambda-expression has a deleted
1342 default constructor and a deleted copy assignment operator."
1433 be trivial but deleted or otherwise not callable. So we can't exit
1595 /* DECL is a deleted function. If it's implicitly deleted, explain why and
1630 "a lambda closure type has a deleted default constructor");
1633 "a lambda closure type has a deleted copy assignment operator");
1643 inform (0, "%q+#D is implicitly declared as deleted becaus
1712 bool trivial, constexpr_, deleted; local
1714 false, &spec, &trivial, &deleted, &constexpr_, local
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Djump.c45 causes jumps to become unconditional or to be deleted.
93 These can never be deleted. */
213 they cannot ever be deleted. */
221 regions; they cannot usually be deleted. */
246 /* Zero the "deleted" flag of all the "deleted" insns. */
327 /* That could have deleted some insns after INSN, so check now
1355 be deleted if they aren't needed. But this doesn't work
1368 since they will not be deleted. */
1540 If that jump is done, it will be deleted, s
4473 int deleted = 0; local
[all...]
/haiku-buildtools/legacy/gcc/
H A Dltmain.sh3760 If FILE is a libtool library, all the files associated with it are deleted.
3761 Otherwise, only FILE itself is deleted using RM."
/haiku-buildtools/gcc/gcc/fortran/
H A Dio.c972 " a Fortran 95 deleted feature", &format_locus);
/haiku-buildtools/binutils/bfd/
H A Delf32-i386.c5279 size_t deleted = rel - wrel;
5282 rel_hdr->sh_size -= rel_hdr->sh_entsize * deleted;
5289 deleted -= 1;
5292 rel_hdr->sh_size -= rel_hdr->sh_entsize * deleted;
5293 input_section->reloc_count -= deleted;
5276 size_t deleted = rel - wrel; local
H A Delf64-x86-64.c5754 size_t deleted = rel - wrel;
5757 rel_hdr->sh_size -= rel_hdr->sh_entsize * deleted;
5764 deleted -= 1;
5767 rel_hdr->sh_size -= rel_hdr->sh_entsize * deleted;
5768 input_section->reloc_count -= deleted;
5752 size_t deleted = rel - wrel; local
/haiku-buildtools/gcc/gcc/config/ia64/
H A Dia64.c7500 int deleted = 0;
7514 while (insnp-- > ready + deleted)
7515 while (insnp >= ready + deleted)
7522 deleted++;
7524 n_ready -= deleted;
7525 ready += deleted;
7486 int deleted = 0; local
/haiku-buildtools/gcc/gcc/config/mcore/
H A Dmcore.c2431 deleted, but the label won't. */
2573 if (insn->deleted ())
2587 gets deleted. If so, we want to re-apply this optimization at the
/haiku-buildtools/gcc/gcc/config/sh/
H A Dsh.c5750 if (prev && NONJUMP_INSN_P (prev) && ! prev->deleted ())
5793 if (scan->deleted ())
5812 if (scan->deleted ())
6665 else if (insn->deleted ())
6691 optimizing, to un-delete the deleted instructions, thus

Completed in 449 milliseconds

12