Searched refs:depends_on (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/
H A Derr.D_PRAGMA_DEPEND.main.d30 * It isn't permitted for a main program to contain a depends_on imperative.
33 #pragma D depends_on library net.d
/freebsd-11-stable/cddl/lib/libdtrace/
H A Dnfssrv.d31 #pragma D depends_on library ip.d
32 #pragma D depends_on library net.d
33 #pragma D depends_on library nfs.d
34 #pragma D depends_on module kernel
35 #pragma D depends_on module nfssrv
H A Dudp.d28 #pragma D depends_on library ip.d
29 #pragma D depends_on module kernel
30 #pragma D depends_on provider udp
H A Dnfs.d31 #pragma D depends_on library ip.d
32 #pragma D depends_on library net.d
33 #pragma D depends_on module kernel
34 #pragma D depends_on module nfs
H A Dsiftr.d24 #pragma D depends_on module kernel
25 #pragma D depends_on module siftr
26 #pragma D depends_on provider tcp
H A Dsched.d30 #pragma D depends_on module kernel
31 #pragma D depends_on provider sched
H A Dpsinfo.d31 #pragma D depends_on module kernel
H A Dip.d28 #pragma D depends_on module kernel
29 #pragma D depends_on provider ip
H A Dio.d30 #pragma D depends_on module kernel
31 #pragma D depends_on provider io
H A Dtcp.d28 #pragma D depends_on library ip.d
29 #pragma D depends_on module kernel
30 #pragma D depends_on provider tcp
H A Dsocket.d31 #pragma D depends_on module kernel
/freebsd-11-stable/contrib/gcc/
H A Dloop-invariant.c117 bitmap depends_on; member in struct:invariant
467 EXECUTE_IF_SET_IN_BITMAP (inv->depends_on, 0, depno, bi)
630 create_new_invariant (struct def *def, rtx insn, bitmap depends_on, argument
638 inv->depends_on = depends_on;
663 dump_bitmap (dump_file, inv->depends_on);
692 check_dependencies (rtx insn, bitmap depends_on) argument
727 bitmap_set_bit (depends_on, def_data->invno);
742 bitmap depends_on; local
781 depends_on
[all...]
H A Dtree-ssa-loop-ivopts.c137 bitmap depends_on; /* The list of invariants that have to be member in struct:cost_pair
187 bitmap depends_on; /* The list of invariants that are used in step of the member in struct:iv_cand
481 if (cand->depends_on)
484 dump_bitmap (file, cand->depends_on);
1953 bitmap *depends_on = data; local
1963 if (!*depends_on)
1964 *depends_on = BITMAP_ALLOC (NULL);
1965 bitmap_set_bit (*depends_on, info->inv_id);
2056 walk_tree (&step, find_depends, &cand->depends_on, NULL);
2338 bitmap depends_on, tre
2336 set_use_iv_cost(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand, unsigned cost, bitmap depends_on, tree value) argument
3693 force_var_cost(struct ivopts_data *data, tree expr, bitmap *depends_on) argument
3711 split_address_cost(struct ivopts_data *data, tree addr, bool *symbol_present, bool *var_present, unsigned HOST_WIDE_INT *offset, bitmap *depends_on) argument
3757 ptr_difference_cost(struct ivopts_data *data, tree e1, tree e2, bool *symbol_present, bool *var_present, unsigned HOST_WIDE_INT *offset, bitmap *depends_on) argument
3795 difference_cost(struct ivopts_data *data, tree e1, tree e2, bool *symbol_present, bool *var_present, unsigned HOST_WIDE_INT *offset, bitmap *depends_on) argument
3846 get_computation_cost_at(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand, bool address_p, bitmap *depends_on, tree at) argument
4011 get_computation_cost(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand, bool address_p, bitmap *depends_on) argument
4026 bitmap depends_on; local
4052 bitmap depends_on; local
4195 bitmap depends_on = NULL; local
[all...]
/freebsd-11-stable/share/dtrace/
H A Dmbuf.d31 #pragma D depends_on module kernel
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwmreg.h2431 * @depends_on: the unique ID of the event we depend on (if any)
2450 uint32_t depends_on; member in struct:iwm_time_event_cmd
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ia64.c865 static int depends_on PARAMS ((int, struct ia64_opcode *));
8292 depends_on (depind, idesc) function
10494 || (chkind = depends_on (rs->depind, idesc)) == -1)

Completed in 164 milliseconds