Searched refs:depends (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-12-stable/release/
H A DMakefile.azure9 AZURE_UPLOAD_TGTS= azure-check-depends \
27 azure-check-depends:
H A DMakefile.gce9 GCE_UPLOAD_TGTS= gce-check-depends \
38 gce-check-depends:
H A DMakefile.vagrant21 VAGRANT_UPLOAD_TGTS= vagrant-check-depends
47 vagrant-check-depends:
/freebsd-12-stable/share/mk/
H A Dbsd.opts.mk45 # tree. su(1) wouldn't link since it depends on PAM which depends on
H A Dsrc.opts.mk249 # Default behaviour of some options depends on the architecture. Unfortunately
580 # MK_* options whose default value depends on another option.
H A Dmeta.stage.mk132 # this is simple, a list of the "staged" files depends on this,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp165 auto DepResult = DI.depends(&I, CurInst, true);
H A DLoopUnrollAndJam.cpp633 if (auto D = DI.depends(Src, Dst, true)) {
/freebsd-12-stable/stand/i386/pxeldr/
H A Dpxeldr.S269 cld # In case anyone depends on this
/freebsd-12-stable/usr.sbin/config/
H A Dmkmakefile.c397 char *wd, *this, *compilewith, *depends, *clean, *warning; local
449 depends = 0;
503 depends = ns(wd);
600 tp->f_depends = depends;
/freebsd-12-stable/contrib/apr/
H A Dapr.spec93 - build depends on python
/freebsd-12-stable/contrib/gcc/
H A Dtree-ssa-loop-im.c96 struct depend *depends; /* List of statements that must be also hoisted member in struct:lim_aux_data
129 table, but the hash function depends
369 DEF is defined to the DATA->depends list. Additionally if ADD_COST is true,
406 dep->next = data->depends;
407 data->depends = dep;
531 for (dep = LIM_DATA (stmt)->depends; dep; dep = dep->next)
565 for (dep = data->depends; dep; dep = next)
676 statements on whose motion it depends and the cost of the computation.
/freebsd-12-stable/contrib/bmake/mk/
H A Dldorder.mk48 @echo depends: ${.ALLSRC:M.ldorder-lib*} > /dev/null
H A Dmeta.stage.mk135 # this is simple, a list of the "staged" files depends on this,
/freebsd-12-stable/crypto/openssl/
H A DNOTES.PERL69 depends on it.
H A DConfigure1797 my %depends = ();
1913 => sub { push @{$depends{$1}}, tokenize($2)
2181 foreach (keys %depends) {
2193 foreach (@{$depends{$dest}}) {
2219 $unified_info{depends}->{$ddest}->{$d} = 1;
2268 foreach my $dest (keys %{$unified_info{depends}}) {
2270 foreach my $d (keys %{$unified_info{depends}->{$dest}}) {
2307 foreach my $l1 (("install", "sources", "shared_sources", "ldadd", "depends")) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp299 auto D = DI.depends(ISrc, IDst, true);
H A DLoopCacheAnalysis.cpp210 DI.depends(&StoreOrLoadInst, &Other.StoreOrLoadInst, true);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h281 /// depends - Tests for a dependence between the Src and Dst instructions.
287 std::unique_ptr<Dependence> depends(Instruction *Src,
/freebsd-12-stable/stand/i386/cdboot/
H A Dcdboot.S531 cld # In case anyone depends on this
/freebsd-12-stable/contrib/ntp/sntp/
H A DMakefile.am155 @: FRC "force" depends on nothing and is not a file, so is
/freebsd-12-stable/contrib/binutils/
H A DMakefile.def149 // "depend" indicates that a target depends on another target uniformly
352 // libopcodes depends on libbfd
/freebsd-12-stable/sys/conf/
H A Dkern.post.mk435 # XXX strictly, everything depends on Makefile because changes to ${PROF}
/freebsd-12-stable/share/examples/drivers/
H A Dmake_device_driver.sh708 * simply REFUSE to detach if it's busy. What you do depends on
/freebsd-12-stable/contrib/binutils/gas/
H A Dmacro.c937 comment field depends upon the exact instruction

Completed in 333 milliseconds

12