Searched refs:vops (Results 1 – 13 of 13) sorted by relevance
| /NextBSD/contrib/amd/amd/ |
| HD | am_ops.c | 59 static am_ops *vops[] = variable 154 for (ap = vops; *ap; ap++) { in ops_showamfstypes() 366 for (vp = vops; (rop = *vp); vp++) in ops_search()
|
| /NextBSD/contrib/gcc/ |
| HD | tree-ssa-loop-im.c | 125 bitmap vops; /* Vops corresponding to this memory member 1111 if (bitmap_intersect_p (ref->vops, clobbered_vops)) in determine_lsm_ref() 1266 ref->vops = BITMAP_ALLOC (NULL); in gather_mem_refs_stmt() 1275 bitmap_set_bit (ref->vops, DECL_UID (SSA_NAME_VAR (vname))); in gather_mem_refs_stmt() 1327 bitmap_and (&tmp, &all_vops, ref->vops); in find_more_ref_vops() 1331 bitmap_ior_into (&all_vops, ref->vops); in find_more_ref_vops() 1343 BITMAP_FREE (ref->vops); in free_mem_ref()
|
| HD | builtin-attrs.def | 92 DEF_ATTR_IDENT (ATTR_NOVOPS, "no vops")
|
| HD | params.def | 489 "max-aliased-vops",
|
| HD | ChangeLog.tree-ssa | 1397 global-var-threshold and max-aliased-vops. 1416 threshold set by --param max-aliased-vops. 3755 (get_stmt_operands): use new freeing interface, keep previous vops in 7918 need to recalculate the vops. 13257 -blocks. Add new option -vops. 13352 Call dump_vops if -vops dump option is given. 13472 * doc/invoke.texi: Document new tree dump option -vops. Update
|
| HD | ChangeLog-2005 | 18638 to need vops. 28901 (c_common_attribute_table): Add "no vops" entry.
|
| HD | ChangeLog-2004 | 6634 that the vops get marked for renaming. 33883 blocks, vops, lineno, uid and all.
|
| /NextBSD/sys/cddl/compat/opensolaris/sys/ |
| HD | vnode.h | 83 #define vn_matchops(vp, vops) ((vp)->v_op == &(vops)) argument
|
| /NextBSD/sys/sys/ |
| HD | vnode.h | 625 int getnewvnode(const char *tag, struct mount *mp, struct vop_vector *vops,
|
| /NextBSD/sys/kern/ |
| HD | vfs_subr.c | 1282 getnewvnode(const char *tag, struct mount *mp, struct vop_vector *vops, in getnewvnode() argument 1367 vp->v_op = vops; in getnewvnode() 1374 else if (mp == NULL && vops != &dead_vnodeops) in getnewvnode()
|
| /NextBSD/contrib/gcc/doc/ |
| HD | tree-ssa.texi | 845 operands, use the @option{-vops} option to @option{-fdump-tree}: 1653 max-aliased-vops}), alias sets are grouped to avoid severe 1722 still above the threshold set by max-alias-vops, go back to (2).
|
| HD | invoke.texi | 4062 @item vops 6161 @item max-aliased-vops
|
| /NextBSD/contrib/amd/ |
| HD | ChangeLog | 6160 * amd/am_ops.c (vops): updated a comment 7296 * amd/am_ops.c (vops): autofs_ops doesn't belong in here, removed 10871 (vops): empty placeholders for nullfs, unionfs, and umapfs.
|