Home
last modified time | relevance | path

Searched refs:doms (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dflowgraph.c94 b1 = doms[f1]; in intersect_dom()
98 b2 = doms[f2]; in intersect_dom()
120 struct basic_block **doms; in domtree_build() local
133 doms = calloc(size, sizeof(*doms)); in domtree_build()
135 doms[size-1] = entry; in domtree_build()
151 if (!doms[pnr]) in domtree_build()
158 new_idom = intersect_dom(doms, p, new_idom); in domtree_build()
162 if (doms[bnr] != new_idom) { in domtree_build()
163 doms[bnr] = new_idom; in domtree_build()
177 add_bb(&idom->doms, bb); in domtree_build()
[all …]
H A Ddominate.c92 FOR_EACH_PTR(x->doms, y) { in visit()
H A Dlinearize.h168 struct basic_block_list *doms; /* list of BB idominated by this one */ member
/illumos-gate/usr/src/cmd/sendmail/cf/m4/
H A Dproto.m41422 `R$* < @ $* $=M . > $* $: $1 < @ $2 $3 . @ $M > $4 convert masqueraded doms',
1423 `R$* < @ $=M . > $* $: $1 < @ $2 . @ $M > $3 convert masqueraded doms')
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Duds_daemon.c709 …(const request_state * const request, const domainname * const d, const DNameListElem * const doms)
719 for (delem = doms; delem; delem = delem->next)