Home
last modified time | relevance | path

Searched refs:kills (Results 1 – 25 of 106) sorted by relevance

12345

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-modref-tree.cc810 modref_access_node::insert_kill (vec<modref_access_node> &kills, in insert_kill() argument
821 FOR_EACH_VEC_ELT (kills, index, a2) in insert_kill()
841 if ((int)kills.length () >= param_modref_max_accesses) in insert_kill()
848 kills.safe_push (a); in insert_kill()
855 for (i = 0; i < kills.length ();) in insert_kill()
859 modref_access_node *a = &kills[i]; in insert_kill()
860 modref_access_node *n = &kills[index]; in insert_kill()
869 kills.unordered_remove (i); in insert_kill()
870 if (index == kills.length ()) in insert_kill()
H A Dipa-modref.cc341 kills.release (); in useful_p()
359 auto_vec<modref_access_node> GTY((skip)) kills;
414 kills.release (); in useful_p()
582 if (kills.length ()) in dump()
585 for (auto kill : kills) in dump()
635 if (kills.length ()) in dump()
638 for (auto kill : kills) in dump()
1361 && callee_summary->kills.length () in merge_call_side_effects()
1368 saved_kills.reserve_exact (callee_summary->kills.length ()); in merge_call_side_effects()
1369 saved_kills.splice (callee_summary->kills); in merge_call_side_effects()
[all …]
H A Dipa-modref.h33 auto_vec<modref_access_node> GTY((skip)) kills;
H A Dtree-into-ssa.cc129 bitmap kills; member
642 mark_def_sites (basic_block bb, gimple *stmt, bitmap kills) in mark_def_sites() argument
677 if (!bitmap_bit_p (kills, DECL_UID (sym))) in mark_def_sites()
690 bitmap_set_bit (kills, DECL_UID (def)); in mark_def_sites()
748 prune_unused_phi_nodes (bitmap phis, bitmap kills, bitmap uses) in prune_unused_phi_nodes() argument
769 bitmap_and_compl (to_remove, kills, uses); in prune_unused_phi_nodes()
795 bitmap_ior (to_remove, kills, phis); in prune_unused_phi_nodes()
901 if (bitmap_bit_p (kills, u)) in prune_unused_phi_nodes()
H A Dipa-modref-tree.h118 static bool insert_kill (vec<modref_access_node> &kills,
/netbsd-src/games/trek/
H A Dnova.c83 Game.kills += 1; in nova()
106 kills(i, j, -1); in nova()
H A Dtrek.h249 int kills; /* number of stars killed */ member
442 void kills(int, int , int);
H A Dwin.c77 5 * Game.kills + Game.deaths < 100 && in win()
H A Dsnova.c137 Game.kills += dy; in snova()
H A Dscore.c111 s += (t = -5 * (u = Game.kills)); in score()
H A Dtorped.c192 kills(ix, iy, -1); in torped()
H A Dkill.c151 kills(int x, int y, int f) in kills() function
H A Dsetup.c219 Game.killk = Game.kills = Game.killb = 0; in setup()
/netbsd-src/crypto/external/bsd/heimdal/dist/cf/
H A Daix.m455 /* XXX this is gross, but kills about a gazillion warnings */
/netbsd-src/sys/kern/
H A Dexec_subr.c65 VMCMD_EVCNT_DECL(kills);
144 VMCMD_EVCNT_INCR(kills); in kill_vmcmds()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-into-ssa.c128 bitmap kills; member
641 mark_def_sites (basic_block bb, gimple *stmt, bitmap kills) in mark_def_sites() argument
676 if (!bitmap_bit_p (kills, DECL_UID (sym))) in mark_def_sites()
689 bitmap_set_bit (kills, DECL_UID (def)); in mark_def_sites()
747 prune_unused_phi_nodes (bitmap phis, bitmap kills, bitmap uses) in prune_unused_phi_nodes() argument
768 bitmap_and_compl (to_remove, kills, uses); in prune_unused_phi_nodes()
794 bitmap_ior (to_remove, kills, phis); in prune_unused_phi_nodes()
900 if (bitmap_bit_p (kills, u)) in prune_unused_phi_nodes()
/netbsd-src/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/native/
H A DHowto10 Killunixfs kills the unixfs module
/netbsd-src/external/gpl3/gdb.old/dist/sim/erc32/
H A DNEWS89 ctrl-D still kills the simulator ...
/netbsd-src/external/gpl3/gdb/dist/sim/erc32/
H A DNEWS89 ctrl-D still kills the simulator ...
/netbsd-src/games/rogue/
H A DCHANGES22 found in the ROGUEOPTS string, the ^\ kills the game, otherwise,
/netbsd-src/usr.bin/calendar/calendars/
H A Dcalendar.history163 02/29 French and Indian raid on Deerfield MA kills 56 as part of
381 09/08 Jack the Ripper kills again, Annie Chapman is second victim, 1888
415 09/30 Red Jack kills 2, Elizabeth Stride (\#3) and Catherine Eddowes (\#4),
476 11/09 Jack the Ripper kills fifth and final victim, Jane Kelly, 1888
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dbugpoint.rst94 until a bug is found or the user kills **bugpoint**.
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
H A Dsm8250-sony-xperia-edo.dtsi56 * and the latter kills the volume down key for whatever reason. In any
/netbsd-src/external/bsd/nsd/dist/doc/
H A DNSD-VERIFY-MODS162 verify_handle_timeout simply kills the verifier (by sending SIGTERM) and does
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/
H A DINSTALL127 setgid executables. (This is because such an executable kills its

12345